From 394b8c8db307fa4d4c39ecb4d276980ce9927146 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sat, 19 Jul 2003 19:49:45 +1000 Subject: - (dtucker) [configure.ac] Bug #620: Define BROKEN_GETADDRINFO for Solaris/x86. Patch from jrhett at isite.net. --- configure.ac | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 516a2443..4501b4ae 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# $Id: configure.ac,v 1.134 2003/07/14 06:41:55 dtucker Exp $ +# $Id: configure.ac,v 1.135 2003/07/19 09:49:45 dtucker Exp $ AC_INIT AC_CONFIG_SRCDIR([ssh.c]) @@ -296,6 +296,10 @@ mips-sony-bsd|mips-sony-newsos4) else AC_MSG_RESULT(no) fi + sol2platform=`echo "$host"| sed -e 's/-solaris.*$//'` + if test "$sol2platform" -eq "i386-pc"; then + AC_DEFINE(BROKEN_ADDRINFO) + fi ;; *-*-sunos4*) CPPFLAGS="$CPPFLAGS -DSUNOS4" -- cgit v1.2.3