diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index fc6e1faac..69db290c4 100644 --- a/configure.in +++ b/configure.in | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: configure.in,v 1.259 2001/02/28 01:51:19 djm Exp $ | 1 | # $Id: configure.in,v 1.260 2001/02/28 22:16:12 djm Exp $ |
2 | 2 | ||
3 | AC_INIT(ssh.c) | 3 | AC_INIT(ssh.c) |
4 | 4 | ||
@@ -749,7 +749,7 @@ fi | |||
749 | # Some Linux systems (Slackware) need crypt() from libcrypt, *not* the | 749 | # Some Linux systems (Slackware) need crypt() from libcrypt, *not* the |
750 | # version in OpenSSL. Skip this for PAM | 750 | # version in OpenSSL. Skip this for PAM |
751 | if test "x$PAM_MSG" = "xno" -a "x$check_for_libcrypt_later" = "x1"; then | 751 | if test "x$PAM_MSG" = "xno" -a "x$check_for_libcrypt_later" = "x1"; then |
752 | AC_CHECK_LIB(crypt, crypt, , ) | 752 | AC_CHECK_LIB(crypt, crypt, LIBS="$LIBS -lcrypt") |
753 | fi | 753 | fi |
754 | 754 | ||
755 | # Cheap hack to ensure NEWS-OS libraries are arranged right. | 755 | # Cheap hack to ensure NEWS-OS libraries are arranged right. |