Skip to content

Commit f062a39

Browse files
committed
Also around since 2005 is this function
1 parent c61150f commit f062a39

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

config.m4

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,7 @@ if test "$PHP_PDO_IBM" != "no"; then
8383
PHP_NEW_EXTENSION(pdo_ibm, $php_pdo_ibm_sources_core, $ext_shared,,-I$pdo_cv_inc_path)
8484
fi
8585

86-
ifdef([PHP_ADD_EXTENSION_DEP],
87-
[
88-
PHP_ADD_EXTENSION_DEP(pdo_ibm, pdo)
89-
])
86+
PHP_ADD_EXTENSION_DEP(pdo_ibm, pdo)
9087

9188
PHP_SUBST(PDO_IBM_SHARED_LIBADD)
9289

0 commit comments

Comments
 (0)