summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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 ce51b4cd5..493409f4d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.360 2006/09/04 21:53:38 dtucker Exp $ 1# $Id: configure.ac,v 1.361 2006/09/07 01:11:29 tim Exp $
2# 2#
3# Copyright (c) 1999-2004 Damien Miller 3# Copyright (c) 1999-2004 Damien Miller
4# 4#
@@ -15,7 +15,7 @@
15# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 16
17AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org) 17AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org)
18AC_REVISION($Revision: 1.360 $) 18AC_REVISION($Revision: 1.361 $)
19AC_CONFIG_SRCDIR([ssh.c]) 19AC_CONFIG_SRCDIR([ssh.c])
20 20
21AC_CONFIG_HEADER(config.h) 21AC_CONFIG_HEADER(config.h)
@@ -512,8 +512,7 @@ mips-sony-bsd|mips-sony-newsos4)
512 TEST_SHELL=/u95/bin/sh 512 TEST_SHELL=/u95/bin/sh
513 AC_DEFINE(BROKEN_LIBIAF, 1, 513 AC_DEFINE(BROKEN_LIBIAF, 1,
514 [ia_uinfo routines not supported by OS yet]) 514 [ia_uinfo routines not supported by OS yet])
515 AC_DEFINE(BROKEN_UPDWTMP, 1, 515 AC_DEFINE(BROKEN_UPDWTMPX)
516 [using updwtmp will corrupt wtmp entries])
517 ;; 516 ;;
518 *) AC_DEFINE(LOCKED_PASSWD_STRING, "*LK*") 517 *) AC_DEFINE(LOCKED_PASSWD_STRING, "*LK*")
519 ;; 518 ;;