Merge branch 'PHP-7.4'

* PHP-7.4:
  Remove conditional calls of always available macros
This commit is contained in:
Peter Kokot 2019-07-14 22:24:59 +02:00
commit f91ffe5915
7 changed files with 8 additions and 33 deletions

View file

@ -42,8 +42,5 @@ if test "$PHP_PDO_SQLITE" != "no"; then
dnl Solaris fix
PHP_CHECK_LIBRARY(rt, fdatasync, [PHP_ADD_LIBRARY(rt,, PDO_SQLITE_SHARED_LIBADD)])
ifdef([PHP_ADD_EXTENSION_DEP],
[
PHP_ADD_EXTENSION_DEP(pdo_sqlite, pdo)
])
PHP_ADD_EXTENSION_DEP(pdo_sqlite, pdo)
fi