summaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2013-09-30 15:44:29 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2013-09-30 15:44:29 +0000
commita842c6c6cdf7103d88d652c34caae4acc5c7602b (patch)
tree6a0bb7844dc0ebe17a8e20a7b7892857f0e7cdc4 /macros
parent418f70028ea1435f7c9bba3b1ec8c39b343f7ff3 (diff)
downloadneon-a842c6c6cdf7103d88d652c34caae4acc5c7602b.tar.gz
* macros/neon-test.m4 (NEON_TEST): Check for signal.h.
git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1935 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'macros')
-rw-r--r--macros/neon-test.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/neon-test.m4 b/macros/neon-test.m4
index c4e3095..3abd406 100644
--- a/macros/neon-test.m4
+++ b/macros/neon-test.m4
@@ -37,7 +37,7 @@ dnl CPPFLAGS which make "gcc -Werror" fail in NEON_FORMAT; suggest
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 signal.h stdint.h locale.h)
AC_CHECK_FUNCS(pipe isatty usleep shutdown setlocale gethostname)