- (stevesk) [configure.ac] bug #255 LOGIN_NEEDS_UTMPX for AIX.

This commit is contained in:
Kevin Steves 2002-06-22 18:51:48 +00:00
parent ee9ac35fc2
commit 90d5de7670
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,6 @@
20020623
- (stevesk) [configure.ac] bug #255 LOGIN_NEEDS_UTMPX for AIX.
20020622
- (djm) Update README.privsep; spotted by fries@
- (djm) Release 3.3p1
@ -1006,4 +1009,4 @@
- (stevesk) entropy.c: typo in debug message
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
$Id: ChangeLog,v 1.2241 2002/06/22 00:26:59 mouring Exp $
$Id: ChangeLog,v 1.2242 2002/06/22 18:51:48 stevesk Exp $

View File

@ -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"