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 9daf3b007..85fb0d973 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.67 2002/06/21 00:01:19 mouring Exp $ 1# $Id: configure.ac,v 1.68 2002/06/22 18:51:48 stevesk Exp $
2 2
3AC_INIT 3AC_INIT
4AC_CONFIG_SRCDIR([ssh.c]) 4AC_CONFIG_SRCDIR([ssh.c])
@@ -76,6 +76,7 @@ case "$host" in
76 AC_DEFINE(BROKEN_REALPATH) 76 AC_DEFINE(BROKEN_REALPATH)
77 dnl AIX handles lastlog as part of its login message 77 dnl AIX handles lastlog as part of its login message
78 AC_DEFINE(DISABLE_LASTLOG) 78 AC_DEFINE(DISABLE_LASTLOG)
79 AC_DEFINE(LOGIN_NEEDS_UTMPX)
79 ;; 80 ;;
80*-*-cygwin*) 81*-*-cygwin*)
81 LIBS="$LIBS /usr/lib/textmode.o" 82 LIBS="$LIBS /usr/lib/textmode.o"