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