b1f666e89da4aeff287eadeb453e6b8be43604a9
[privoxy.git] / debian / patches / 27_remove_nsl.patch
1 Author: Roland Rosenfeld <roland@debian.org>
2 Description: Remove unnecessary linking against libnsl.
3
4 --- a/configure.in
5 +++ b/configure.in
6 @@ -491,7 +491,7 @@ dnl gmtime and localtime
7  dnl =================================================================
8  
9  dnl Next line needed to find the gethost*_r functions on Solaris
10 -AC_CHECK_LIB(nsl, gethostbyname)
11 +dnl AC_CHECK_LIB(nsl, gethostbyname)
12  
13  AC_CHECK_FUNC(gethostbyaddr_r, [
14    AC_MSG_CHECKING([signature of gethostbyaddr_r])