mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-7.4'
* PHP-7.4: Remove conditional calls of always available macros
This commit is contained in:
commit
f91ffe5915
7 changed files with 8 additions and 33 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue