commit: r1790 - neon/branches/0.29.x/macros
joe at manyfish.co.uk
joe at manyfish.co.uk
Mon Feb 8 04:52:55 EST 2010
Author: joe
Date: Mon Feb 8 01:52:54 2010
New Revision: 1790
Modified:
neon/branches/0.29.x/macros/neon-test.m4
Log:
* macros/neon-test.m4: Test for signal.h
Modified: neon/branches/0.29.x/macros/neon-test.m4
==============================================================================
--- neon/branches/0.29.x/macros/neon-test.m4 (original)
+++ neon/branches/0.29.x/macros/neon-test.m4 Mon Feb 8 01:52:54 2010
@@ -37,7 +37,7 @@
dnl this macro is used first.
AC_BEFORE([$0], [NEON_XML_PARSER])
-AC_CHECK_HEADERS(sys/time.h stdint.h locale.h)
+AC_CHECK_HEADERS(sys/time.h stdint.h locale.h signal.h)
AC_CHECK_FUNCS(pipe isatty usleep shutdown setlocale)
More information about the neon-commits
mailing list