- (djm) Cygwin needs libcrypt too. Patch from vinschen@redhat.com

This commit is contained in:
Damien Miller 2003-02-11 10:04:03 +11:00
parent 850b942037
commit c8936acfe1
2 changed files with 6 additions and 2 deletions

View File

@ -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@
@ -1094,4 +1097,4 @@
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 $

View 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)