From 90d5de76701b51cef2dafb8e9cf7afe724d020c5 Mon Sep 17 00:00:00 2001 From: Kevin Steves Date: Sat, 22 Jun 2002 18:51:48 +0000 Subject: - (stevesk) [configure.ac] bug #255 LOGIN_NEEDS_UTMPX for AIX. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') 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" -- cgit v1.2.3