summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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 608127f55..03c5358fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.105 2003/02/01 04:43:34 mouring Exp $ 1# $Id: configure.ac,v 1.106 2003/02/10 23:04:03 djm Exp $
2 2
3AC_INIT 3AC_INIT
4AC_CONFIG_SRCDIR([ssh.c]) 4AC_CONFIG_SRCDIR([ssh.c])
@@ -86,6 +86,7 @@ case "$host" in
86 AC_DEFINE(SETPROCTITLE_PS_PADDING, '\0') 86 AC_DEFINE(SETPROCTITLE_PS_PADDING, '\0')
87 ;; 87 ;;
88*-*-cygwin*) 88*-*-cygwin*)
89 check_for_libcrypt_later=1
89 LIBS="$LIBS /usr/lib/textmode.o" 90 LIBS="$LIBS /usr/lib/textmode.o"
90 AC_DEFINE(HAVE_CYGWIN) 91 AC_DEFINE(HAVE_CYGWIN)
91 AC_DEFINE(USE_PIPES) 92 AC_DEFINE(USE_PIPES)