mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-11 13:01:28 +02:00
unposted: check for functions in the proper libraries
This commit is contained in:
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>
|
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,
|
* 14041: configure.in, Config/defs.mk.in, Src/Makefile.in,
|
||||||
Src/Modules/cap.mdd, Src/Modules/termcap.mdd,
|
Src/Modules/cap.mdd, Src/Modules/termcap.mdd,
|
||||||
Src/Modules/terminfo.mdd, Src/Modules/zftp.mdd:
|
Src/Modules/terminfo.mdd, Src/Modules/zftp.mdd:
|
||||||
|
|
|
@ -840,7 +840,7 @@ dnl need to integrate this function
|
||||||
dnl AC_FUNC_STRFTIME
|
dnl AC_FUNC_STRFTIME
|
||||||
|
|
||||||
SAVELIBS=$LIBS
|
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 \
|
AC_CHECK_FUNCS(strftime difftime gettimeofday \
|
||||||
select poll \
|
select poll \
|
||||||
|
|
Loading…
Reference in a new issue