diff options
-rw-r--r-- | ext/oracle/config.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oracle/config.m4 b/ext/oracle/config.m4 index 483d9cad37..ec79db0575 100644 --- a/ext/oracle/config.m4 +++ b/ext/oracle/config.m4 @@ -158,7 +158,7 @@ if test "$PHP_ORACLE" != "no"; then PHP_EXTENSION(oracle, $ext_shared) AC_DEFINE(HAVE_ORACLE,1,[ ]) - PHP_SUBST(ORACLE_SHARED_LIBADD) - PHP_SUBST(ORACLE_DIR) + PHP_SUBST_OLD(ORACLE_SHARED_LIBADD) + PHP_SUBST_OLD(ORACLE_DIR) PHP_SUBST_OLD(ORACLE_VERSION) fi |