]> andersk Git - openssh.git/blobdiff - configure.ac
- (djm) Merge FreeBSD PAM code: replaces PAM password auth kludge with
[openssh.git] / configure.ac
index 35733ffb06af64859110caad4796f5e1ce9a80d7..c9aaede20cbd562a13dda9fc3dc2191663ac9586 100644 (file)
@@ -963,7 +963,7 @@ int main(void) { exit(SSLeay() == OPENSSL_VERSION_NUMBER ? 0 : 1); }
 
 # Some Linux systems (Slackware) need crypt() from libcrypt, *not* the 
 # version in OpenSSL. Skip this for PAM
-if test "x$PAM_MSG" = "xno" -a "x$check_for_libcrypt_later" = "x1"; then
+if test "x$check_for_libcrypt_later" = "x1"; then
        AC_CHECK_LIB(crypt, crypt, LIBS="$LIBS -lcrypt")
 fi
 
This page took 0.040143 seconds and 4 git commands to generate.