about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--configure.in2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d9f67e3a4..53c8559b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-04-19  Clint Adams  <schizo@debian.org>
 
+	* unposted: configure.in: make sure all the libraries are
+	in for the function check.
+
 	* 14041: configure.in, Config/defs.mk.in, Src/Makefile.in,
 	Src/Modules/cap.mdd, Src/Modules/termcap.mdd,
 	Src/Modules/terminfo.mdd, Src/Modules/zftp.mdd:
diff --git a/configure.in b/configure.in
index 2da58cf69..a18321a9d 100644
--- a/configure.in
+++ b/configure.in
@@ -840,7 +840,7 @@ dnl need to integrate this function
 dnl AC_FUNC_STRFTIME
 
 SAVELIBS=$LIBS
-LIBS="$LIBS_TERMCAP $LIBS_TERMINFO $LIBS"
+LIBS="$LIBS_CAP $LIBS_YP $LIBS_M $LIBS_TERMCAP $LIBS_TERMINFO $LIBS"
 
 AC_CHECK_FUNCS(strftime difftime gettimeofday \
 	       select poll \