summaryrefslogtreecommitdiff
path: root/ext/mysql
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2003-07-18 09:53:04 +0000
committerSascha Schumann <sas@php.net>2003-07-18 09:53:04 +0000
commit94756ffb8bb2980358db4832f1497fe295add47e (patch)
treeaa451a0c83edc4abb68803fa00745b9d03bcdec3 /ext/mysql
parent936b36ce4a0d8d24fb86d3881bf29a2d0bb3b5c2 (diff)
downloadphp-git-94756ffb8bb2980358db4832f1497fe295add47e.tar.gz
Add short notice regarding unbundled client lib
Diffstat (limited to 'ext/mysql')
-rw-r--r--ext/mysql/config.m46
1 files changed, 4 insertions, 2 deletions
diff --git a/ext/mysql/config.m4 b/ext/mysql/config.m4
index d0b936d5f1..ea06713496 100644
--- a/ext/mysql/config.m4
+++ b/ext/mysql/config.m4
@@ -78,7 +78,8 @@ if test "$PHP_MYSQL" != "no"; then
done
if test -z "$MYSQL_DIR"; then
- AC_MSG_ERROR([Cannot find MySQL header files under $PHP_MYSQL])
+ AC_MSG_ERROR([Cannot find MySQL header files under $PHP_MYSQL.
+Note that the MySQL client library is not bundled anymore.])
fi
for i in lib lib/mysql; do
@@ -86,7 +87,8 @@ if test "$PHP_MYSQL" != "no"; then
done
if test -z "$MYSQL_LIB_DIR"; then
- AC_MSG_ERROR([Cannot find libmysqlclient under $MYSQL_DIR])
+ AC_MSG_ERROR([Cannot find libmysqlclient under $MYSQL_DIR.
+Note that the MySQL client library is not bundled anymore.])
fi
PHP_CHECK_LIBRARY(mysqlclient, mysql_close, [ ],