about summary refs log tree commit diff
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2001-04-19 18:35:31 +0000
committerClint Adams <clint@users.sourceforge.net>2001-04-19 18:35:31 +0000
commit152b9885ed3efbde8d28473e1d75b8d5df733495 (patch)
tree251142acbb6b11d5296c799b8d400c8a1f73f816
parent3b09ee496a95e26088b0e2f1164497c7219945ec (diff)
downloadzsh-152b9885ed3efbde8d28473e1d75b8d5df733495.tar.gz
zsh-152b9885ed3efbde8d28473e1d75b8d5df733495.tar.xz
zsh-152b9885ed3efbde8d28473e1d75b8d5df733495.zip
unposted: check for functions in the proper libraries
-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 \