mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Add short notice regarding unbundled client lib
This commit is contained in:
parent
936b36ce4a
commit
94756ffb8b
1 changed files with 4 additions and 2 deletions
|
@ -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, [ ],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue