summaryrefslogtreecommitdiff
path: root/databases/php5-mysqli
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-08-26 21:23:17 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-08-26 21:23:17 +0000
commit9d2b7929b19dca418ae135a3bdc27e14eb89db77 (patch)
tree2421f7c23c0ff959cd2d206c3f7ac8c602432170 /databases/php5-mysqli
parentUnsafe URI handling in gnome-vfs, MidnightCommander. (diff)
Update patch for 5.0.1.
Spotted by: Scott Balmos <scott.balmos@utoledo.edu>
Notes
Notes: svn path=/head/; revision=117371
Diffstat (limited to 'databases/php5-mysqli')
-rw-r--r--databases/php5-mysqli/files/patch-config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/php5-mysqli/files/patch-config.m4 b/databases/php5-mysqli/files/patch-config.m4
index 342e1b312684..19b5c0cd371f 100644
--- a/databases/php5-mysqli/files/patch-config.m4
+++ b/databases/php5-mysqli/files/patch-config.m4
@@ -3,7 +3,7 @@
@@ -47,7 +47,9 @@
PHP_CHECK_LIBRARY(mysqlclient, mysql_stmt_field_count,
[ ],[
- AC_MSG_ERROR([MySQLI doesn't support versions < 4.1.3 anymore. Please update your libraries.])
+ 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