From 94421e5724e1942499d024ae7537a329fe426133 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sun, 14 Jul 2019 22:24:21 +0200 Subject: Remove conditional calls of always available macros These checks were once relevant for these extensions in PECL and PHP versions without availability of the checked macros. Closes GH-4405 --- ext/pdo_sqlite/config.m4 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'ext/pdo_sqlite') diff --git a/ext/pdo_sqlite/config.m4 b/ext/pdo_sqlite/config.m4 index c45d73f526..873dd36544 100644 --- a/ext/pdo_sqlite/config.m4 +++ b/ext/pdo_sqlite/config.m4 @@ -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 -- cgit v1.2.1