summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-02-14 08:44:04 +1100
committerDamien Miller <djm@mindrot.org>2002-02-14 08:44:04 +1100
commitd054b07cc9d01a8891a48877e236f5aad552f9da (patch)
tree5e960862392302db25e4b7a7f88853e3eb729cb4 /configure.ac
parent57e3fa8c957fb2f991dbe90f38c6717870d5d5df (diff)
- (djm) Don't use system sys/queue.h on AIX. Report from gert@greenie.muc.de
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 873214f7..e342c974 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.19 2002/02/13 18:14:53 tim Exp $
+# $Id: configure.ac,v 1.20 2002/02/13 21:44:06 djm Exp $
AC_INIT
AC_CONFIG_SRCDIR([ssh.c])
@@ -63,6 +63,7 @@ case "$host" in
AC_DEFINE(BROKEN_GETADDRINFO)
dnl AIX handles lastlog as part of its login message
AC_DEFINE(DISABLE_LASTLOG)
+ AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H)
;;
*-*-cygwin*)
LIBS="$LIBS /usr/lib/textmode.o"