diff options
Diffstat (limited to 'ext/pdo_mysql')
| -rwxr-xr-x | ext/pdo_mysql/config.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/pdo_mysql/config.m4 b/ext/pdo_mysql/config.m4 index 38e6ef4d01..5d35fea380 100755 --- a/ext/pdo_mysql/config.m4 +++ b/ext/pdo_mysql/config.m4 @@ -53,6 +53,8 @@ Note that the MySQL client library is not bundled anymore.]) pdo_inc_path=$prefix/include/php/ext elif test -f $abs_srcdir/include/php/ext/pdo/php_pdo_driver.h; then pdo_inc_path=$abs_srcdir/ext + elif test -f ext/pdo/php_pdo_driver.h; then + pdo_inc_path=ext else AC_MSG_ERROR([Cannot find php_pdo_driver.h.]) fi |
