sniper Sun Apr 22 23:36:51 2001 EDT
Modified files: (Branch: PHP_4_0_5)
/php4 configure.in
Log:
MFH
Index: php4/configure.in
diff -u php4/configure.in:1.221.4.9 php4/configure.in:1.221.4.10
--- php4/configure.in:1.221.4.9 Mon Apr 2 14:09:21 2001
+++ php4/configure.in Sun Apr 22 23:36:51 2001
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.221.4.9 2001/04/02 21:09:21 andi Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.221.4.10 2001/04/23 06:36:51 sniper Exp $ -*- sh -*-
dnl ## Process this file with autoconf to produce a configure script.
divert(1)
@@ -252,7 +252,7 @@
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)
])
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]