From 28e4d8f87b9bdee4c91187f6d959b4c0124cd30b Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 22 Jan 2002 23:51:42 +1100 Subject: - (djm) Recent Glibc includes an incompatible sys/queue.h. Treat it as bogus in configure --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 966f81265..de1c7f582 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) -- cgit v1.2.3