1 From: Roland Rosenfeld <roland@debian.org>
2 Date: Sat, 7 Oct 2006 13:12:13 +0200
3 Subject: Remove unnecessary linking against libnsl.
7 @@ -508,7 +508,7 @@ dnl gmtime and localtime
8 dnl =================================================================
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)
14 AC_CHECK_FUNC(gethostbyaddr_r, [
15 AC_MSG_CHECKING([signature of gethostbyaddr_r])