]> granicus.if.org Git - php/commitdiff
fix for bug #29329
authorGeorg Richter <georg@php.net>
Sat, 5 Feb 2005 10:59:38 +0000 (10:59 +0000)
committerGeorg Richter <georg@php.net>
Sat, 5 Feb 2005 10:59:38 +0000 (10:59 +0000)
ext/mysqli/config.m4

index 74b6f52e7fead2ed9d44cc8b5bcb6f1d6d9ea104..545f6100070c0559aceb8bf33988f1fec0b4010a 100644 (file)
@@ -47,7 +47,7 @@ if test "$PHP_MYSQLI" != "no"; then
     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.])
   ],[