aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2001-03-29 15:46:37 +0000
committerFritz Elfert <felfert@to.com>2001-03-29 15:46:37 +0000
commit04b269100ef9a0ea09ab6557095b18ccdf168074 (patch)
tree28ef682cd560565b9a8b080f8c496b8721339a8f /configure.in
parent63be61f0a1e1e4ea35b2829d5d28af30f38c3e2e (diff)
downloadplptools-04b269100ef9a0ea09ab6557095b18ccdf168074.tar.gz
plptools-04b269100ef9a0ea09ab6557095b18ccdf168074.tar.bz2
plptools-04b269100ef9a0ea09ab6557095b18ccdf168074.zip
Fixed debian compile bug.
Fixed link when libplp is not yet installed.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 4 insertions, 1 deletions
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=