We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4155f53 + dd9a7d9 commit 46d5571Copy full SHA for 46d5571
ext/pdo_mysql/config.m4
@@ -28,16 +28,6 @@ if test "$PHP_PDO_MYSQL" != "no"; then
28
AC_MSG_ERROR([PDO is not enabled! Add --enable-pdo to your configure line.])
29
fi
30
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
-
41
if test "$PHP_PDO_MYSQL" != "yes" && test "$PHP_PDO_MYSQL" != "mysqlnd"; then
42
if test -f $PHP_PDO_MYSQL && test -x $PHP_PDO_MYSQL ; then
43
PDO_MYSQL_CONFIG=$PHP_PDO_MYSQL
0 commit comments