- (tim) [configure.ac] s/BROKEN_UPDWTMP/BROKEN_UPDWTMPX/ on SCO OSR6
diff --git a/ChangeLog b/ChangeLog
index b4340de..bbbd985 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
    Magnus Abrante; suggestion and feedback dtucker@
    NB. this change will require that the privilege separation user must
    exist on all the time, not just when UsePrivilegeSeparation=yes
+ - (tim) [configure.ac] s/BROKEN_UPDWTMP/BROKEN_UPDWTMPX/ on SCO OSR6
 
 20060905
  - (dtucker) [configure.ac] s/AC_DEFINES/AC_DEFINE/ spotted by Roumen Petrov.
@@ -5406,4 +5407,4 @@
    - (djm) Trim deprecated options from INSTALL. Mention UsePAM
    - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
 
-$Id: ChangeLog,v 1.4532 2006/09/07 00:36:43 djm Exp $
+$Id: ChangeLog,v 1.4533 2006/09/07 01:11:29 tim Exp $
diff --git a/configure.ac b/configure.ac
index ce51b4c..493409f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.360 2006/09/04 21:53:38 dtucker Exp $
+# $Id: configure.ac,v 1.361 2006/09/07 01:11:29 tim 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.360 $)
+AC_REVISION($Revision: 1.361 $)
 AC_CONFIG_SRCDIR([ssh.c])
 
 AC_CONFIG_HEADER(config.h)
@@ -512,8 +512,7 @@
 		TEST_SHELL=/u95/bin/sh
 		AC_DEFINE(BROKEN_LIBIAF, 1,
 			[ia_uinfo routines not supported by OS yet])
-		AC_DEFINE(BROKEN_UPDWTMP, 1,
-			[using updwtmp will corrupt wtmp entries])
+		AC_DEFINE(BROKEN_UPDWTMPX)
 		;;
 	*)	AC_DEFINE(LOCKED_PASSWD_STRING, "*LK*")
 		;;