From 3e0891093a990b1d5111d5190f69c13277daedc7 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Mon, 4 Sep 2006 22:37:41 +1000 Subject: - (dtucker) [configure.ac] Define BROKEN_UPDWTMP on SCO OSR6 as the native updwdtmp seems to generate invalid wtmp entries. From Roger Cornelius, ok djm@ --- configure.ac | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index cdabbd8a..32ecd0da 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# $Id: configure.ac,v 1.358 2006/09/03 12:44:49 dtucker Exp $ +# $Id: configure.ac,v 1.359 2006/09/04 12:37:42 dtucker Exp $ # # Copyright (c) 1999-2004 Damien Miller # @@ -15,7 +15,7 @@ # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org) -AC_REVISION($Revision: 1.358 $) +AC_REVISION($Revision: 1.359 $) AC_CONFIG_SRCDIR([ssh.c]) AC_CONFIG_HEADER(config.h) @@ -512,6 +512,8 @@ mips-sony-bsd|mips-sony-newsos4) TEST_SHELL=/u95/bin/sh AC_DEFINE(BROKEN_LIBIAF, 1, [ia_uinfo routines not supported by OS yet]) + AC_DEFINES(BROKEN_UPDWTMP, 1, + [using updwtmp will corrupt wtmp entries]) ;; *) AC_DEFINE(LOCKED_PASSWD_STRING, "*LK*") ;; -- cgit v1.2.3