summaryrefslogtreecommitdiff
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 873214f71..e342c974e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.19 2002/02/13 18:14:53 tim Exp $ 1# $Id: configure.ac,v 1.20 2002/02/13 21:44:06 djm Exp $
2 2
3AC_INIT 3AC_INIT
4AC_CONFIG_SRCDIR([ssh.c]) 4AC_CONFIG_SRCDIR([ssh.c])
@@ -63,6 +63,7 @@ case "$host" in
63 AC_DEFINE(BROKEN_GETADDRINFO) 63 AC_DEFINE(BROKEN_GETADDRINFO)
64 dnl AIX handles lastlog as part of its login message 64 dnl AIX handles lastlog as part of its login message
65 AC_DEFINE(DISABLE_LASTLOG) 65 AC_DEFINE(DISABLE_LASTLOG)
66 AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H)
66 ;; 67 ;;
67*-*-cygwin*) 68*-*-cygwin*)
68 LIBS="$LIBS /usr/lib/textmode.o" 69 LIBS="$LIBS /usr/lib/textmode.o"