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.
1 parent a17749e commit 7e2eee9Copy full SHA for 7e2eee9
build/php.m4
@@ -2152,9 +2152,7 @@ dnl PHP_CHECK_PDO_INCLUDES([found [, not-found]])
2152
dnl
2153
AC_DEFUN([PHP_CHECK_PDO_INCLUDES],[
2154
AC_CACHE_CHECK([for PDO includes], pdo_cv_inc_path, [
2155
- if test -f $abs_srcdir/include/php/ext/pdo/php_pdo_driver.h; then
2156
- pdo_cv_inc_path=$abs_srcdir/ext
2157
- elif test -f $abs_srcdir/ext/pdo/php_pdo_driver.h; then
+ if test -f $abs_srcdir/ext/pdo/php_pdo_driver.h; then
2158
pdo_cv_inc_path=$abs_srcdir/ext
2159
elif test -f $phpincludedir/ext/pdo/php_pdo_driver.h; then
2160
pdo_cv_inc_path=$phpincludedir/ext
0 commit comments