From: Rasmus Lerdorf Date: Mon, 23 Apr 2001 06:00:43 +0000 (+0000) Subject: Uh, weird typo. Wonder when that crept in. X-Git-Tag: php-4.0.6RC1~337 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd57b9e15ffa87400417ef5a2d892b7d646e41d0;p=php Uh, weird typo. Wonder when that crept in. --- diff --git a/configure.in b/configure.in index 3c34a5e24b..3cfbc9b5bb 100644 --- a/configure.in +++ b/configure.in @@ -252,7 +252,7 @@ AC_CHECK_LIB(m, sin) dnl Only include libbind if inet_aton is not found in dnl libresolv. -AC_CHECK_LIB(resolv, inet_aton. [], [ +AC_CHECK_LIB(resolv, inet_aton, [], [ AC_CHECK_LIB(bind, inet_aton, [], [ AC_CHECK_LIB(bind, __inet_aton) ])