summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2002-06-22 18:51:48 +0000
committerKevin Steves <stevesk@pobox.com>2002-06-22 18:51:48 +0000
commit90d5de76701b51cef2dafb8e9cf7afe724d020c5 (patch)
treeebaea35e05aa401b84683681b7efdd1b483ca91b /configure.ac
parentee9ac35fc20294e2950f811f1998a72b1aa20254 (diff)
- (stevesk) [configure.ac] bug #255 LOGIN_NEEDS_UTMPX for AIX.
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 9daf3b00..85fb0d97 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.67 2002/06/21 00:01:19 mouring Exp $
+# $Id: configure.ac,v 1.68 2002/06/22 18:51:48 stevesk Exp $
AC_INIT
AC_CONFIG_SRCDIR([ssh.c])
@@ -76,6 +76,7 @@ case "$host" in
AC_DEFINE(BROKEN_REALPATH)
dnl AIX handles lastlog as part of its login message
AC_DEFINE(DISABLE_LASTLOG)
+ AC_DEFINE(LOGIN_NEEDS_UTMPX)
;;
*-*-cygwin*)
LIBS="$LIBS /usr/lib/textmode.o"