From 04b269100ef9a0ea09ab6557095b18ccdf168074 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Thu, 29 Mar 2001 15:46:37 +0000 Subject: Fixed debian compile bug. Fixed link when libplp is not yet installed. --- configure.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index fe67737..8fcf601 100644 --- a/configure.in +++ b/configure.in @@ -126,6 +126,9 @@ else AC_DEFINE_UNQUOTED(DONT_UPDATE_MTAB) fi +dnl Check, if bot time.h and sys/time.h may be included +AC_HEADER_TIME + dnl Check, if compiler knows about bool AC_CHECK_BOOL @@ -133,7 +136,7 @@ dnl Type of sighandlers AC_TYPE_SIGNAL dnl checks for header files -AC_CHECK_HEADERS(sys/ioctl.h sys/errno.h sys/ttold.h stdlib.h) +AC_CHECK_HEADERS(sys/time.h sys/ioctl.h sys/errno.h sys/ttold.h stdlib.h) PLP_HELP_MSG([Debugging (developer only!):]) LIBCCMALLOC= -- cgit v1.2.3