diff options
author | Georg Richter <georg@php.net> | 2005-02-05 10:59:38 +0000 |
---|---|---|
committer | Georg Richter <georg@php.net> | 2005-02-05 10:59:38 +0000 |
commit | ef6f0f00a6460a45e1343bc66228dbc8076bd50d (patch) | |
tree | 173ac959306f5f389cbdbd37cfad86897df053cb /ext | |
parent | 9321218742212bd10eb8093374d620c2ef8821a7 (diff) | |
download | php-git-ef6f0f00a6460a45e1343bc66228dbc8076bd50d.tar.gz |
fix for bug #29329
Diffstat (limited to 'ext')
-rw-r--r-- | ext/mysqli/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/config.m4 b/ext/mysqli/config.m4 index 74b6f52e7f..545f610007 100644 --- a/ext/mysqli/config.m4 +++ b/ext/mysqli/config.m4 @@ -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.]) ],[ |