georg           Sat Feb  5 05:59:38 2005 EDT

  Modified files:              
    /php-src/ext/mysqli config.m4 
  Log:
  fix for bug #29329
  
  
http://cvs.php.net/diff.php/php-src/ext/mysqli/config.m4?r1=1.19&r2=1.20&ty=u
Index: php-src/ext/mysqli/config.m4
diff -u php-src/ext/mysqli/config.m4:1.19 php-src/ext/mysqli/config.m4:1.20
--- php-src/ext/mysqli/config.m4:1.19   Fri Jan  7 09:59:59 2005
+++ php-src/ext/mysqli/config.m4        Sat Feb  5 05:59:38 2005
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.19 2005/01/07 14:59:59 georg Exp $
+dnl $Id: config.m4,v 1.20 2005/02/05 10:59:38 georg Exp $
 dnl config.m4 for extension mysqli
 
 PHP_ARG_WITH(mysqli, for MySQLi support,
@@ -47,7 +47,7 @@
     PHP_CHECK_LIBRARY(mysqlclient, mysql_stmt_field_count,
     [ ],[
                AC_MSG_ERROR([MySQLI doesn't support versions < 4.1.3 (for 
MySQL 4.1.x) and < 5.0.1 for (MySQL 5.0.x) anymore. Please update your 
libraries.])
-       ],[])
+       ],[$MYSQLI_LIBLINE])
   ],[
     AC_MSG_ERROR([wrong mysql library version or lib not found. Check 
config.log for more information.])
   ],[

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to