mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 21:44:11 +01:00
unposted: check for functions in the proper libraries
This commit is contained in:
parent
3b09ee496a
commit
152b9885ed
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user