]> andersk Git - openssh.git/blobdiff - configure.ac
[configure.ac] Fix comment to match code changes in ver 1.117
[openssh.git] / configure.ac
index abbc7dc2d198f7f8d3efd868b8240017163e767f..428322748670429f5a66ba83c253d47a14e8e33d 100644 (file)
@@ -1158,7 +1158,7 @@ Also see contrib/findssl.sh for help identifying header/library mismatches.])
 )
 
 # Some Linux systems (Slackware) need crypt() from libcrypt, *not* the
-# version in OpenSSL. Skip this for PAM
+# version in OpenSSL.
 if test "x$check_for_libcrypt_later" = "x1"; then
        AC_CHECK_LIB(crypt, crypt, LIBS="$LIBS -lcrypt")
 fi
This page took 0.037041 seconds and 4 git commands to generate.