summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-02-11 10:04:03 +1100
committerDamien Miller <djm@mindrot.org>2003-02-11 10:04:03 +1100
commitc8936acfe1a3c570d79d8868f636c94adba3ca36 (patch)
tree0f9d11195f6a8051deafe58ea6ad6aa27702f359 /configure.ac
parent850b942037d527117a38d4e0350a5ee786020779 (diff)
- (djm) Cygwin needs libcrypt too. Patch from vinschen@redhat.com
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 608127f5..03c5358f 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 @@ 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)