Update debian directory to 3.0.26-6 status.
[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
5 --- a/configure.in
6 +++ b/configure.in
7 @@ -491,7 +491,7 @@ dnl gmtime and localtime
8  dnl =================================================================
9  
10  dnl Next line needed to find the gethost*_r functions on Solaris
11 -AC_CHECK_LIB(nsl, gethostbyname)
12 +dnl AC_CHECK_LIB(nsl, gethostbyname)
13  
14  AC_CHECK_FUNC(gethostbyaddr_r, [
15    AC_MSG_CHECKING([signature of gethostbyaddr_r])