]> git.pld-linux.org Git - packages/zsh.git/blame - zsh-nolibs.patch
- similar fixes have been included in zsh-4.2.6
[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)
10
a30ac238
SP
11 dnl ---------------
12 dnl CHECK FOR ICONV
This page took 0.08779 seconds and 4 git commands to generate.