about summary refs log tree commit diff
path: root/configure.in
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 /configure.in
parent3b09ee496a95e26088b0e2f1164497c7219945ec (diff)
downloadzsh-152b9885ed3efbde8d28473e1d75b8d5df733495.tar.gz
zsh-152b9885ed3efbde8d28473e1d75b8d5df733495.tar.xz
zsh-152b9885ed3efbde8d28473e1d75b8d5df733495.zip
unposted: check for functions in the proper libraries
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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 \