summaryrefslogtreecommitdiffstats
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 966f8126..de1c7f58 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-i# $Id: configure.ac,v 1.12 2002/01/22 11:16:05 djm Exp $
+i# $Id: configure.ac,v 1.13 2002/01/22 12:51:43 djm Exp $
AC_INIT
AC_CONFIG_SRCDIR([ssh.c])
@@ -122,6 +122,7 @@ case "$host" in
check_for_libcrypt_later=1
AC_DEFINE(DONT_TRY_OTHER_AF)
AC_DEFINE(PAM_TTY_KLUDGE)
+ AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H)
inet6_default_4in6=yes
;;
mips-sony-bsd|mips-sony-newsos4)