From c8936acfe1a3c570d79d8868f636c94adba3ca36 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 11 Feb 2003 10:04:03 +1100 Subject: - (djm) Cygwin needs libcrypt too. Patch from vinschen@redhat.com --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') 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) -- cgit v1.2.3