From 55da291c6ef34b087a69fbf5dd54417a91fc2a39 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Thu, 10 Aug 2000 18:42:20 +0000 Subject: [lcd4linux @ 2000-08-10 18:42:20 by reinelt] fixed some bugs with the new syslog code --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index fc6955a..5a853ba 100644 --- a/configure.in +++ b/configure.in @@ -17,10 +17,11 @@ AM_CONDITIONAL(WITH_X, test x$no_x = x) dnl Checks for header files. AC_HEADER_STDC -AC_CHECK_HEADERS(fcntl.h sys/ioctl.h sys/time.h unistd.h) +AC_CHECK_HEADERS(fcntl.h sys/ioctl.h sys/time.h syslog.h unistd.h) AC_CHECK_HEADERS(sys/io.h asm/io.h) dnl Checks for typedefs, structures, and compiler characteristics. +AC_C_CONST AC_TYPE_PID_T AC_HEADER_TIME -- cgit v1.2.3