From 43fa557ce2b908373356cdf4b9dbd2da68350ba4 Mon Sep 17 00:00:00 2001 From: Tim Rice Date: Wed, 11 Feb 2004 14:46:40 -0800 Subject: [configure.ac] Fix comment to match code changes in ver 1.117 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index a4111db8c..91a4c4eeb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# $Id: configure.ac,v 1.196 2004/02/10 06:15:05 dtucker Exp $ +# $Id: configure.ac,v 1.197 2004/02/11 22:46:40 tim Exp $ AC_INIT AC_CONFIG_SRCDIR([ssh.c]) @@ -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 -- cgit v1.2.3