Git snapshot "release".
[privoxy.git] / debian / patches / 27_remove_nsl.patch
1 From: Roland Rosenfeld <roland@debian.org>
2 Date: Sat, 7 Oct 2006 13:12:13 +0200
3 Subject: Remove unnecessary linking against libnsl.
4 Forwarded: not-needed
5
6 --- a/configure.in
7 +++ b/configure.in
8 @@ -507,7 +507,7 @@ dnl gmtime and localtime
9  dnl =================================================================
10  
11  dnl Next line needed to find the gethost*_r functions on Solaris
12 -AC_CHECK_LIB(nsl, gethostbyname)
13 +dnl AC_CHECK_LIB(nsl, gethostbyname)
14  
15  AC_CHECK_FUNC(gethostbyaddr_r, [
16    AC_MSG_CHECKING([signature of gethostbyaddr_r])