- (djm) Cygwin needs libcrypt too. Patch from vinschen@redhat.com
diff --git a/configure.ac b/configure.ac
index 608127f..03c5358 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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 @@
 	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)