From 700e4380ce6b0dc854f3962cd7c87ae4b4d7d478 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sat, 19 Jul 2003 21:28:31 +1000 Subject: Typo: BROKEN_ADDRINFO -> BROKEN_GETADDRINFO --- configure.ac | 4 ++-- 1 file 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 @@ -# $Id: configure.ac,v 1.135 2003/07/19 09:49:45 dtucker Exp $ +# $Id: configure.ac,v 1.136 2003/07/19 11:28:31 dtucker Exp $ AC_INIT AC_CONFIG_SRCDIR([ssh.c]) @@ -298,7 +298,7 @@ mips-sony-bsd|mips-sony-newsos4) fi sol2platform=`echo "$host"| sed -e 's/-solaris.*$//'` if test "$sol2platform" -eq "i386-pc"; then - AC_DEFINE(BROKEN_ADDRINFO) + AC_DEFINE(BROKEN_GETADDRINFO) fi ;; *-*-sunos4*) -- cgit v1.2.3