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 fb580674a..6d2cd51e2 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
1# $Id: configure.in,v 1.239 2001/02/15 18:16:23 mouring Exp $ 1# $Id: configure.in,v 1.240 2001/02/15 18:34:29 mouring Exp $
2 2
3AC_INIT(ssh.c) 3AC_INIT(ssh.c)
4 4
@@ -74,6 +74,9 @@ case "$host" in
74 no_libsocket=1 74 no_libsocket=1
75 no_libnsl=1 75 no_libnsl=1
76 ;; 76 ;;
77*-*-dgux*)
78 AC_DEFINE(IP_TOS_IS_BROKEN)
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"