We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b9ee2 commit eb422bcCopy full SHA for eb422bc
acinclude/pam.m4
@@ -47,7 +47,7 @@ static struct pam_conv conv = { &password_conversation, 0 };
47
48
dnl check for --with-pam option
49
AC_DEFUN_ONCE([SQUID_CHECK_LIBPAM],[
50
-SQUID_AUTO_LIB(pam,[Pluggable Authentication Modules],[LIBPAM])
+SQUID_AUTO_LIB(pam,[Pluggable Authentication Modules])
51
SQUID_CHECK_LIB_WORKS(pam,[
52
LIBS="$LIBS $LIBPAM_PATH"
53
PKG_CHECK_MODULES([LIBPAM],[pam],[:],[:])
0 commit comments