mirror of git://anongit.mindrot.org/openssh.git
[configure.ac] Fix comment to match code changes in ver 1.117
This commit is contained in:
parent
812e776142
commit
43fa557ce2
|
@ -1,6 +1,7 @@
|
|||
20040211
|
||||
- (dtucker) [auth-passwd.c auth-shadow.c] Only enable shadow expiry check
|
||||
if HAS_SHADOW_EXPIRY is set.
|
||||
- (tim) [configure.ac] Fix comment to match code changes in ver 1.117
|
||||
|
||||
20040210
|
||||
- (dtucker) [auth-passwd.c auth.h openbsd-compat/port-aix.c
|
||||
|
@ -1844,4 +1845,4 @@
|
|||
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
||||
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
||||
|
||||
$Id: ChangeLog,v 1.3225 2004/02/11 07:48:52 dtucker Exp $
|
||||
$Id: ChangeLog,v 1.3226 2004/02/11 22:46:40 tim Exp $
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue