summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 336d4056e..982ad5e20 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
1# $Id: configure.in,v 1.300 2001/07/15 02:09:29 stevesk Exp $ 1# $Id: configure.in,v 1.301 2001/07/15 18:30:44 mouring Exp $
2 2
3AC_INIT(ssh.c) 3AC_INIT(ssh.c)
4 4
@@ -74,6 +74,9 @@ case "$host" in
74*-*-dgux*) 74*-*-dgux*)
75 AC_DEFINE(IP_TOS_IS_BROKEN) 75 AC_DEFINE(IP_TOS_IS_BROKEN)
76 ;; 76 ;;
77*-*-darwin*)
78 AC_DEFINE(BROKEN_GETADDRINFO)
79 ;;
77*-*-hpux10*) 80*-*-hpux10*)
78 if test -z "$GCC"; then 81 if test -z "$GCC"; then
79 CFLAGS="$CFLAGS -Ae" 82 CFLAGS="$CFLAGS -Ae"