summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-07-08 10:23:09 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-07-08 10:24:41 +0200
commita39ea91753c5d131ff802ee394ee23ce2f37d7f4 (patch)
treeb1acfa6090bb77eef60db981e08d5d518bdbd897 /build
parent1305d9c0d26c167c4cb0abcd78a5c804ad96a292 (diff)
downloadphp-git-a39ea91753c5d131ff802ee394ee23ce2f37d7f4.tar.gz
Simplify PHP_CHECK_PDO_INCLUDES calls
Conditional checks were once used for backwards compatibility with phpize from PHP versions that didn't have this macro call yet. Closes GH-4376
Diffstat (limited to 'build')
-rw-r--r--build/php.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/build/php.m4 b/build/php.m4
index 5cc520d0ef..db8c9beb38 100644
--- a/build/php.m4
+++ b/build/php.m4
@@ -2182,7 +2182,6 @@ dnl PHP_CHECK_PDO_INCLUDES([found [, not-found]])
dnl
AC_DEFUN([PHP_CHECK_PDO_INCLUDES],[
AC_CACHE_CHECK([for PDO includes], pdo_cv_inc_path, [
- AC_MSG_CHECKING([for PDO includes])
if test -f $abs_srcdir/include/php/ext/pdo/php_pdo_driver.h; then
pdo_cv_inc_path=$abs_srcdir/ext
elif test -f $abs_srcdir/ext/pdo/php_pdo_driver.h; then