mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Remove unused PDO_MYSQL_LIB_CHK m4 macro
This was once used by the ext/mysql extension named as MYSQL_LIB_CHK.
The call got removed via fd1578c196
. In
PDO this is not called anymore and can be removed.
This commit is contained in:
parent
9a4926b25f
commit
dd9a7d91a5
1 changed files with 0 additions and 10 deletions
|
@ -28,16 +28,6 @@ if test "$PHP_PDO_MYSQL" != "no"; then
|
||||||
AC_MSG_ERROR([PDO is not enabled! Add --enable-pdo to your configure line.])
|
AC_MSG_ERROR([PDO is not enabled! Add --enable-pdo to your configure line.])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_DEFUN([PDO_MYSQL_LIB_CHK], [
|
|
||||||
str="$PDO_MYSQL_DIR/$1/libmysqlclient*"
|
|
||||||
for j in `echo $str`; do
|
|
||||||
if test -r $j; then
|
|
||||||
PDO_MYSQL_LIB_DIR=$PDO_MYSQL_DIR/$1
|
|
||||||
break 2
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
])
|
|
||||||
|
|
||||||
if test "$PHP_PDO_MYSQL" != "yes" && test "$PHP_PDO_MYSQL" != "mysqlnd"; then
|
if test "$PHP_PDO_MYSQL" != "yes" && test "$PHP_PDO_MYSQL" != "mysqlnd"; then
|
||||||
if test -f $PHP_PDO_MYSQL && test -x $PHP_PDO_MYSQL ; then
|
if test -f $PHP_PDO_MYSQL && test -x $PHP_PDO_MYSQL ; then
|
||||||
PDO_MYSQL_CONFIG=$PHP_PDO_MYSQL
|
PDO_MYSQL_CONFIG=$PHP_PDO_MYSQL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue