summaryrefslogtreecommitdiff
blob: 4dd7797d04e03d5e29299a51b198117b096d76b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
https://bugs.gentoo.org/877433

--- pam_skey-1.1.5/autoconf/configure.in
+++ pam_skey-1.1.5/autoconf/configure.in
@@ -54,7 +54,6 @@
 
 dnl Check for skey library
 AC_CHECK_LIB(socket, socket, LIBS="${LIBS} -lsocket")
-AC_CHECK_LIB(nsl, gethostbyname, LIBS="${LIBS} -lnsl")
 AC_CHECK_LIB(skey, skeyverify, SKEYLIB="-lskey", AC_MSG_ERROR(skey library not found or unknown interface))
 
 dnl Check against -G linker flag