ports/databases/php5-mysqli/files/patch-config.m4
Alex Dupre 9d2b7929b1 Update patch for 5.0.1.
Spotted by:	Scott Balmos <scott.balmos@utoledo.edu>
2004-08-26 21:23:17 +00:00

13 lines
486 B
Text

--- config.m4.orig Wed Jul 7 10:02:27 2004
+++ config.m4 Mon Jul 19 23:52:07 2004
@@ -47,7 +47,9 @@
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.])
],[