summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2006-09-06 18:11:29 -0700
committerTim Rice <tim@multitalents.net>2006-09-06 18:11:29 -0700
commitb8f00193d84781a46939ffaa94dccbe9986984eb (patch)
tree067a4f2b9b11a5f2b96e5eb770d52478c82f3225 /configure.ac
parent6433df036e6cf37c5ac8fc69dcedc464e6424b16 (diff)
- (tim) [configure.ac] s/BROKEN_UPDWTMP/BROKEN_UPDWTMPX/ on SCO OSR6
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 3 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index ce51b4cd..493409f4 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 @@ 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_DEFINE(BROKEN_UPDWTMP, 1,
- [using updwtmp will corrupt wtmp entries])
+ AC_DEFINE(BROKEN_UPDWTMPX)
;;
*) AC_DEFINE(LOCKED_PASSWD_STRING, "*LK*")
;;