summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4501b4ae4..d71cd9985 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.135 2003/07/19 09:49:45 dtucker Exp $ 1# $Id: configure.ac,v 1.136 2003/07/19 11:28:31 dtucker Exp $
2 2
3AC_INIT 3AC_INIT
4AC_CONFIG_SRCDIR([ssh.c]) 4AC_CONFIG_SRCDIR([ssh.c])
@@ -298,7 +298,7 @@ mips-sony-bsd|mips-sony-newsos4)
298 fi 298 fi
299 sol2platform=`echo "$host"| sed -e 's/-solaris.*$//'` 299 sol2platform=`echo "$host"| sed -e 's/-solaris.*$//'`
300 if test "$sol2platform" -eq "i386-pc"; then 300 if test "$sol2platform" -eq "i386-pc"; then
301 AC_DEFINE(BROKEN_ADDRINFO) 301 AC_DEFINE(BROKEN_GETADDRINFO)
302 fi 302 fi
303 ;; 303 ;;
304*-*-sunos4*) 304*-*-sunos4*)