summaryrefslogtreecommitdiff
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 d71cd9985..74909343d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.136 2003/07/19 11:28:31 dtucker Exp $ 1# $Id: configure.ac,v 1.137 2003/07/23 04:33:10 dtucker Exp $
2 2
3AC_INIT 3AC_INIT
4AC_CONFIG_SRCDIR([ssh.c]) 4AC_CONFIG_SRCDIR([ssh.c])
@@ -296,10 +296,6 @@ mips-sony-bsd|mips-sony-newsos4)
296 else 296 else
297 AC_MSG_RESULT(no) 297 AC_MSG_RESULT(no)
298 fi 298 fi
299 sol2platform=`echo "$host"| sed -e 's/-solaris.*$//'`
300 if test "$sol2platform" -eq "i386-pc"; then
301 AC_DEFINE(BROKEN_GETADDRINFO)
302 fi
303 ;; 299 ;;
304*-*-sunos4*) 300*-*-sunos4*)
305 CPPFLAGS="$CPPFLAGS -DSUNOS4" 301 CPPFLAGS="$CPPFLAGS -DSUNOS4"