summaryrefslogtreecommitdiff
path: root/ext/oracle
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-04-09 15:46:24 +0000
committerfoobar <sniper@php.net>2001-04-09 15:46:24 +0000
commitd85be2956ce1bec342e18772993634468232a9dc (patch)
tree7f5d4da4fdae5ab935f01b6753a1690a8f759ff9 /ext/oracle
parent334cba47b9920c5400a49e630e035ac8c52fc824 (diff)
downloadphp-git-d85be2956ce1bec342e18772993634468232a9dc.tar.gz
Fix bug #10212.
Diffstat (limited to 'ext/oracle')
-rw-r--r--ext/oracle/config.m44
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