From: foobar Date: Mon, 9 Apr 2001 15:46:24 +0000 (+0000) Subject: Fix bug #10212. X-Git-Tag: php-4.0.6RC1~448 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d85be2956ce1bec342e18772993634468232a9dc;p=php Fix bug #10212. --- 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