diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 130ef6bc0..7ad732657 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: configure.ac,v 1.403 2008/06/10 18:15:05 dtucker Exp $ | 1 | # $Id: configure.ac,v 1.404 2008/06/11 20:05:12 djm 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.403 $) | 18 | AC_REVISION($Revision: 1.404 $) |
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) |
@@ -553,7 +553,6 @@ main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16)) | |||
553 | no_dev_ptmx=1 | 553 | no_dev_ptmx=1 |
554 | check_for_libcrypt_later=1 | 554 | check_for_libcrypt_later=1 |
555 | check_for_openpty_ctty_bug=1 | 555 | check_for_openpty_ctty_bug=1 |
556 | AC_DEFINE(DONT_TRY_OTHER_AF, 1, [Workaround more Linux IPv6 quirks]) | ||
557 | AC_DEFINE(PAM_TTY_KLUDGE, 1, | 556 | AC_DEFINE(PAM_TTY_KLUDGE, 1, |
558 | [Work around problematic Linux PAM modules handling of PAM_TTY]) | 557 | [Work around problematic Linux PAM modules handling of PAM_TTY]) |
559 | AC_DEFINE(LOCKED_PASSWD_PREFIX, "!", | 558 | AC_DEFINE(LOCKED_PASSWD_PREFIX, "!", |