]> git.pld-linux.org Git - packages/zsh.git/blame - zsh-nolibs.patch
up to 5.7
[packages/zsh.git] / zsh-nolibs.patch
CommitLineData
a30ac238
SP
1diff -ur zsh-4.2.5/configure.ac zsh-4.2.5.new/configure.ac
2--- zsh-4.2.5/configure.ac 2005-04-04 09:48:58.000000000 +0000
3+++ zsh-4.2.5.new/configure.ac 2005-04-12 08:48:06.414551264 +0000
4@@ -725,7 +725,7 @@
258a59c7
JB
5 AC_CHECK_LIB(cap, cap_get_proc)
6 fi
7
8-AC_CHECK_LIB(socket, socket)
9+AC_SEARCH_LIBS(socket, socket)
306980b7 10 AC_SEARCH_LIBS(gethostbyname2, bind)
258a59c7 11
306980b7
KK
12 case $LIBS in
13 *-lbind*)
This page took 0.066453 seconds and 4 git commands to generate.