summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a4111db8c..91a4c4eeb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.196 2004/02/10 06:15:05 dtucker Exp $ 1# $Id: configure.ac,v 1.197 2004/02/11 22:46:40 tim Exp $
2 2
3AC_INIT 3AC_INIT
4AC_CONFIG_SRCDIR([ssh.c]) 4AC_CONFIG_SRCDIR([ssh.c])
@@ -1158,7 +1158,7 @@ Also see contrib/findssl.sh for help identifying header/library mismatches.])
1158) 1158)
1159 1159
1160# Some Linux systems (Slackware) need crypt() from libcrypt, *not* the 1160# Some Linux systems (Slackware) need crypt() from libcrypt, *not* the
1161# version in OpenSSL. Skip this for PAM 1161# version in OpenSSL.
1162if test "x$check_for_libcrypt_later" = "x1"; then 1162if test "x$check_for_libcrypt_later" = "x1"; then
1163 AC_CHECK_LIB(crypt, crypt, LIBS="$LIBS -lcrypt") 1163 AC_CHECK_LIB(crypt, crypt, LIBS="$LIBS -lcrypt")
1164fi 1164fi