rasmus          Sun Apr 22 23:00:43 2001 EDT

  Modified files:              
    /php4       configure.in 
  Log:
  Uh, weird typo.  Wonder when that crept in.
  
  
Index: php4/configure.in
diff -u php4/configure.in:1.236 php4/configure.in:1.237
--- php4/configure.in:1.236     Sat Apr 21 18:16:25 2001
+++ php4/configure.in   Sun Apr 22 23:00:43 2001
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.236 2001/04/22 01:16:25 ssb Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.237 2001/04/23 06:00:43 rasmus 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]

Reply via email to