aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2000-08-10 18:42:20 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2000-08-10 18:42:20 +0000
commit5ab3a459f9fbb73a64c4455d2965409b1ba5f1f4 (patch)
tree282d4f7b033f689f0c0ae12841cd319dbb726594 /configure.in
parent994c3f1ff0c2b7ab62cfa413827ab17667805aa5 (diff)
downloadlcd4linux-5ab3a459f9fbb73a64c4455d2965409b1ba5f1f4.tar.gz
[lcd4linux @ 2000-08-10 18:42:20 by reinelt]
fixed some bugs with the new syslog code git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@65 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
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