From 4b05bbee41da71244d4b630357643b73e371530b Mon Sep 17 00:00:00 2001 From: Albert Lee <> Date: Mon, 4 Jul 2011 14:20:51 +0200 Subject: Use signal.h instead of sys/signal.h for POSIX compliance. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b6868e9..ae5874e 100644 --- a/configure.ac +++ b/configure.ac @@ -190,7 +190,7 @@ AS_IF([test "x$enable_ubuntu" != xno], [ AM_CONDITIONAL([ENABLE_UBUNTU], [test "x$enable_ubuntu" != xno]) # Checks for header files. -AC_CHECK_HEADERS([locale.h stdint.h stdlib.h string.h unistd.h sys/signal.h]) +AC_CHECK_HEADERS([locale.h stdint.h stdlib.h string.h unistd.h signal.h]) # Checks for typedefs, structures, and compiler characteristics. AC_TYPE_UINT16_T -- cgit v1.2.3-70-g09d2