]> git.pld-linux.org Git - packages/zsh.git/blob - zsh-nolibs.patch
up to 5.6.2
[packages/zsh.git] / zsh-nolibs.patch
1 diff -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 @@
5    AC_CHECK_LIB(cap, cap_get_proc)
6  fi
7  
8 -AC_CHECK_LIB(socket, socket)
9 +AC_SEARCH_LIBS(socket, socket)
10  AC_SEARCH_LIBS(gethostbyname2, bind)
11  
12  case $LIBS in
13    *-lbind*)
This page took 0.02895 seconds and 3 git commands to generate.