summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2008-06-12 06:05:12 +1000
committerDamien Miller <djm@mindrot.org>2008-06-12 06:05:12 +1000
commit4401e45be6a89f8b2b9f9ba96137107bce39943d (patch)
treeaf7ce24d6a685c84e27248380db6c4056f5b2fe4 /configure.ac
parentb8e0500351f42c79d7c75df5637bd9eb01811ff6 (diff)
- (djm) [channels.c configure.ac]
Do not set SO_REUSEADDR on wildcard X11 listeners (X11UseLocalhost=no) bz#1464; ok dtucker
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
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
17AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org) 17AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org)
18AC_REVISION($Revision: 1.403 $) 18AC_REVISION($Revision: 1.404 $)
19AC_CONFIG_SRCDIR([ssh.c]) 19AC_CONFIG_SRCDIR([ssh.c])
20 20
21AC_CONFIG_HEADER(config.h) 21AC_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, "!",