1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-19 11:31:26 +01:00

26898: Ingmar Vanhassel: dont link libbind if not needed

This commit is contained in:
Peter Stephenson 2009-04-29 12:31:29 +00:00
parent f91d89ccf8
commit 17369ebe23
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2009-04-29 Peter Stephenson <pws@csr.com>
* 26898: Ingmar Vanhassel: configure.ac: don't link
libbind unless really needed.
2009-04-26 Peter Stephenson <p.w.stephenson@ntlworld.com>
* Paul Ackersviller: 26883: Test/D07multibyte.ztst: naming of
@ -11629,5 +11634,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.4670 $
* $Revision: 1.4671 $
*****************************************************

View file

@ -753,7 +753,7 @@ if test x$enable_cap = xyes; then
fi
AC_CHECK_LIB(socket, socket)
AC_CHECK_LIB(bind, gethostbyname2)
AC_SEARCH_LIBS(gethostbyname2, bind)
case $LIBS in
*-lbind*)