Skip to content

Commit dd9a7d9

Browse files
committed
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 fd1578c. In PDO this is not called anymore and can be removed.
1 parent 9a4926b commit dd9a7d9

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

ext/pdo_mysql/config.m4

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,6 @@ if test "$PHP_PDO_MYSQL" != "no"; then
2828
AC_MSG_ERROR([PDO is not enabled! Add --enable-pdo to your configure line.])
2929
fi
3030

31-
AC_DEFUN([PDO_MYSQL_LIB_CHK], [
32-
str="$PDO_MYSQL_DIR/$1/libmysqlclient*"
33-
for j in `echo $str`; do
34-
if test -r $j; then
35-
PDO_MYSQL_LIB_DIR=$PDO_MYSQL_DIR/$1
36-
break 2
37-
fi
38-
done
39-
])
40-
4131
if test "$PHP_PDO_MYSQL" != "yes" && test "$PHP_PDO_MYSQL" != "mysqlnd"; then
4232
if test -f $PHP_PDO_MYSQL && test -x $PHP_PDO_MYSQL ; then
4333
PDO_MYSQL_CONFIG=$PHP_PDO_MYSQL

0 commit comments

Comments
 (0)