summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-01-22 23:51:42 +1100
committerDamien Miller <djm@mindrot.org>2002-01-22 23:51:42 +1100
commit28e4d8f87b9bdee4c91187f6d959b4c0124cd30b (patch)
tree6974f63c1df0d2fea33ab05bd0454e28da555f2d /configure.ac
parent1fc2343e3523f4e018d9fdf3ed9959b3c2983b9f (diff)
- (djm) Recent Glibc includes an incompatible sys/queue.h. Treat it as
bogus in configure
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 966f81265..de1c7f582 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1i# $Id: configure.ac,v 1.12 2002/01/22 11:16:05 djm Exp $ 1i# $Id: configure.ac,v 1.13 2002/01/22 12:51:43 djm Exp $
2 2
3AC_INIT 3AC_INIT
4AC_CONFIG_SRCDIR([ssh.c]) 4AC_CONFIG_SRCDIR([ssh.c])
@@ -122,6 +122,7 @@ case "$host" in
122 check_for_libcrypt_later=1 122 check_for_libcrypt_later=1
123 AC_DEFINE(DONT_TRY_OTHER_AF) 123 AC_DEFINE(DONT_TRY_OTHER_AF)
124 AC_DEFINE(PAM_TTY_KLUDGE) 124 AC_DEFINE(PAM_TTY_KLUDGE)
125 AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H)
125 inet6_default_4in6=yes 126 inet6_default_4in6=yes
126 ;; 127 ;;
127mips-sony-bsd|mips-sony-newsos4) 128mips-sony-bsd|mips-sony-newsos4)