From 0b04bc09ffbcd265cfe13d14ec392d89397899c5 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Tue, 20 Jan 2009 17:46:43 +0100 Subject: [PATCH] Check for syslog.h in configure --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 914e6c9..1379b6e 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ AC_PROG_CC # Checks for header files. AC_HEADER_STDC -AC_CHECK_HEADERS([fcntl.h stdlib.h string.h sys/time.h unistd.h]) +AC_CHECK_HEADERS([fcntl.h stdlib.h string.h sys/time.h unistd.h syslog.h]) # Checks for typedefs, structures, and compiler characteristics. AC_C_CONST -- 2.11.4.GIT