Mercurial > urweb
comparison 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 |
comparison
equal
deleted
inserted
replaced
1368:b2bc8bcd546f | 1369:1a78ca089bd0 |
---|---|
4 AC_PROG_CC() | 4 AC_PROG_CC() |
5 AC_PROG_LIBTOOL() | 5 AC_PROG_LIBTOOL() |
6 AC_CONFIG_MACRO_DIR([m4]) | 6 AC_CONFIG_MACRO_DIR([m4]) |
7 AC_CONFIG_HEADERS([config.h]) | 7 AC_CONFIG_HEADERS([config.h]) |
8 | 8 |
9 AX_CHECK_OPENSSL([echo >/dev/null], [echo "You must install OpenSSL development files."; exit1]) | 9 AX_CHECK_OPENSSL([echo >/dev/null], [echo "You must install OpenSSL development files."; exit 1]) |
10 | 10 |
11 AC_CHECK_PROG(MLTON, mlton, yes, []) | 11 AC_CHECK_PROG(MLTON, mlton, yes, []) |
12 | 12 |
13 if test [-z $MLTON]; then | 13 if test [-z $MLTON]; then |
14 echo "You must install MLton." | 14 echo "You must install MLton." |