summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2006-02-11 18:37:48 -0800
committerTim Rice <tim@multitalents.net>2006-02-11 18:37:48 -0800
commit2f993465d4584c1eb188e02fde1f0da9dbb4fc88 (patch)
tree3b8c5e5705413fb7c8a606a37a20386eb2cf91b4 /configure.ac
parent84af61555a62e39c583522ec1ab356cd595846b3 (diff)
- (tim) [configure.ac] Bug #1149. Disable /etc/default/login check for QNX.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index ca381c77..7fcca216 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.328 2006/02/08 11:11:28 dtucker Exp $
+# $Id: configure.ac,v 1.329 2006/02/12 02:37:48 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.328 $)
+AC_REVISION($Revision: 1.329 $)
AC_CONFIG_SRCDIR([ssh.c])
AC_CONFIG_HEADER(config.h)
@@ -584,6 +584,7 @@ mips-sony-bsd|mips-sony-newsos4)
AC_DEFINE(MISSING_HOWMANY, 1, [Define on *nto-qnx systems])
AC_DEFINE(MISSING_FD_MASK, 1, [Define on *nto-qnx systems])
AC_DEFINE(DISABLE_LASTLOG)
+ enable_etc_default_login=no # has incompatible /etc/default/login
;;
*-*-ultrix*)