summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-07-23 14:33:10 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-07-23 14:33:10 +1000
commitacb98497fb7ff75362491d1c17a5e01fe2beb5b8 (patch)
tree757e20700933eb9e0a9689fba3ca682409cd1598 /configure.ac
parent700e4380ce6b0dc854f3962cd7c87ae4b4d7d478 (diff)
- (dtucker) [configure.ac] Back out change for bug #620.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 1 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index d71cd998..74909343 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.136 2003/07/19 11:28:31 dtucker Exp $
+# $Id: configure.ac,v 1.137 2003/07/23 04:33:10 dtucker Exp $
AC_INIT
AC_CONFIG_SRCDIR([ssh.c])
@@ -296,10 +296,6 @@ 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_GETADDRINFO)
- fi
;;
*-*-sunos4*)
CPPFLAGS="$CPPFLAGS -DSUNOS4"