From 73444aca048090bb857838dc54357452cb86848f Mon Sep 17 00:00:00 2001 From: Johannes Sixt Date: Sun, 21 Jan 2001 14:00:34 +0000 Subject: [PATCH] Bumped version number. Added a test for libutil.h (for FreeBSD). --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index d174b0b..f97d7ff 100644 --- a/configure.in +++ b/configure.in @@ -26,7 +26,7 @@ AM_CONDITIONAL(BUILDFORKDE2, test "x$with_kde_version" = "x2") dnl insert here your program name and version number KDE_USE_QT($with_kde_version) -KDE_DO_IT_ALL(kdbg, 1.2.0) +KDE_DO_IT_ALL(kdbg, 1.2.1) dnl in this space add everything you want to check for dnl examples are specific headers, libraries, etc. @@ -40,7 +40,7 @@ dnl check for some more header files. You can remove some of dnl them, if you want to. But it doesn't hurt AC_CHECK_HEADERS(fcntl.h sys/time.h unistd.h sys/cdefs.h) AC_CHECK_HEADERS(fnmatch.h sysent.h strings.h sys/stat.h) -AC_CHECK_HEADERS(sys/ioctl.h pty.h) +AC_CHECK_HEADERS(sys/ioctl.h pty.h libutil.h) dnl Checks for libraries. AC_CHECK_LIB(socket, socket, [LIBSOCKET="-lsocket -lnsl"]) dnl for Solaris' X11 -- 2.11.4.GIT