]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
- (djm) Cygwin needs libcrypt too. Patch from vinschen@redhat.com
authorDamien Miller <djm@mindrot.org>
Mon, 10 Feb 2003 23:04:03 +0000 (10:04 +1100)
committerDamien Miller <djm@mindrot.org>
Mon, 10 Feb 2003 23:04:03 +0000 (10:04 +1100)
ChangeLog
configure.ac

index af9bf9a481fc4f2c8ff08657780fe1bbf792ba07..c152b768e0f4e22380fe6572bf3c99ee0448ccc9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+20030211
+ - (djm) Cygwin needs libcrypt too. Patch from vinschen@redhat.com
+
 20030206
  - (djm) Teach fake-getaddrinfo to use getservbyname() when provided a 
    string service name. Suggested by markus@, review by itojun@
      save auth method before monitor_reset_key_state(); bugzilla bug #284;
      ok provos@
 
-$Id: ChangeLog,v 1.2592 2003/02/05 23:51:06 djm Exp $
+$Id: ChangeLog,v 1.2593 2003/02/10 23:04:03 djm Exp $
index 608127f550ed9888d2eb42e56330b2c299fa2953..03c5358feac46a0fd65a156072731026bf0d07cb 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.105 2003/02/01 04:43:34 mouring Exp $
+# $Id: configure.ac,v 1.106 2003/02/10 23:04:03 djm Exp $
 
 AC_INIT
 AC_CONFIG_SRCDIR([ssh.c])
@@ -86,6 +86,7 @@ case "$host" in
        AC_DEFINE(SETPROCTITLE_PS_PADDING, '\0')
        ;;
 *-*-cygwin*)
+       check_for_libcrypt_later=1
        LIBS="$LIBS /usr/lib/textmode.o"
        AC_DEFINE(HAVE_CYGWIN)
        AC_DEFINE(USE_PIPES)