mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-30 17:25:09 +02:00
Typo: BROKEN_ADDRINFO -> BROKEN_GETADDRINFO
This commit is contained in:
parent
cca1bdb8a8
commit
700e4380ce
@ -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_INIT
|
||||||
AC_CONFIG_SRCDIR([ssh.c])
|
AC_CONFIG_SRCDIR([ssh.c])
|
||||||
@ -298,7 +298,7 @@ mips-sony-bsd|mips-sony-newsos4)
|
|||||||
fi
|
fi
|
||||||
sol2platform=`echo "$host"| sed -e 's/-solaris.*$//'`
|
sol2platform=`echo "$host"| sed -e 's/-solaris.*$//'`
|
||||||
if test "$sol2platform" -eq "i386-pc"; then
|
if test "$sol2platform" -eq "i386-pc"; then
|
||||||
AC_DEFINE(BROKEN_ADDRINFO)
|
AC_DEFINE(BROKEN_GETADDRINFO)
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
*-*-sunos4*)
|
*-*-sunos4*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user