Mercurial > urweb
diff configure.ac @ 1369:1a78ca089bd0
Expose buffer type for other C libraries; replace minusSeconds with addSeconds
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 26 Dec 2010 15:52:56 -0500 |
parents | b2bc8bcd546f |
children | 8524a1709821 |
line wrap: on
line diff
--- a/configure.ac Sun Dec 26 11:13:37 2010 -0500 +++ b/configure.ac Sun Dec 26 15:52:56 2010 -0500 @@ -6,7 +6,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) -AX_CHECK_OPENSSL([echo >/dev/null], [echo "You must install OpenSSL development files."; exit1]) +AX_CHECK_OPENSSL([echo >/dev/null], [echo "You must install OpenSSL development files."; exit 1]) AC_CHECK_PROG(MLTON, mlton, yes, [])