summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac3
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5267ec30..37c36db2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -228,6 +228,8 @@
typo in error message; from djast@cs.toronto.edu
- (djm) Make auth2-pam.c compile again after dispatch.h and packet.h
changes
+ - (djm) Recent Glibc includes an incompatible sys/queue.h. Treat it as
+ bogus in configure
20020121
- (djm) Rework ssh-rand-helper:
@@ -7375,4 +7377,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.1787 2002/01/22 12:43:12 djm Exp $
+$Id: ChangeLog,v 1.1788 2002/01/22 12:51:42 djm Exp $
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)