diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 7ef93c7d0..e9402a735 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: configure.ac,v 1.385 2007/09/26 21:00:09 dtucker Exp $ | 1 | # $Id: configure.ac,v 1.386 2007/09/26 21:03:20 dtucker 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 | ||
17 | AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org) | 17 | AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org) |
18 | AC_REVISION($Revision: 1.385 $) | 18 | AC_REVISION($Revision: 1.386 $) |
19 | AC_CONFIG_SRCDIR([ssh.c]) | 19 | AC_CONFIG_SRCDIR([ssh.c]) |
20 | 20 | ||
21 | AC_CONFIG_HEADER(config.h) | 21 | AC_CONFIG_HEADER(config.h) |
@@ -786,6 +786,7 @@ mips-sony-bsd|mips-sony-newsos4) | |||
786 | AC_DEFINE(MISSING_FD_MASK, 1, [Define on *nto-qnx systems]) | 786 | AC_DEFINE(MISSING_FD_MASK, 1, [Define on *nto-qnx systems]) |
787 | AC_DEFINE(DISABLE_LASTLOG) | 787 | AC_DEFINE(DISABLE_LASTLOG) |
788 | AC_DEFINE(SSHD_ACQUIRES_CTTY) | 788 | AC_DEFINE(SSHD_ACQUIRES_CTTY) |
789 | AC_DEFINE(BROKEN_SHADOW_EXPIRE, 1, [QNX shadow support is broken]) | ||
789 | enable_etc_default_login=no # has incompatible /etc/default/login | 790 | enable_etc_default_login=no # has incompatible /etc/default/login |
790 | case "$host" in | 791 | case "$host" in |
791 | *-*-nto-qnx6*) | 792 | *-*-nto-qnx6*) |