Skip to content

Commit eb422bc

Browse files
committed
libpam check now also needs to be changed
1 parent 29b9ee2 commit eb422bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acinclude/pam.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ static struct pam_conv conv = { &password_conversation, 0 };
4747

4848
dnl check for --with-pam option
4949
AC_DEFUN_ONCE([SQUID_CHECK_LIBPAM],[
50-
SQUID_AUTO_LIB(pam,[Pluggable Authentication Modules],[LIBPAM])
50+
SQUID_AUTO_LIB(pam,[Pluggable Authentication Modules])
5151
SQUID_CHECK_LIB_WORKS(pam,[
5252
LIBS="$LIBS $LIBPAM_PATH"
5353
PKG_CHECK_MODULES([LIBPAM],[pam],[:],[:])

0 commit comments

Comments
 (0)