1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 17:01:19 +02:00

unposted: check for functions in the proper libraries

This commit is contained in:
Clint Adams 2001-04-19 18:35:31 +00:00
parent 3b09ee496a
commit 152b9885ed
2 changed files with 4 additions and 1 deletions

@ -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:

@ -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 \