summaryrefslogtreecommitdiff
path: root/ext/oracle
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-12-20 17:21:37 +0000
committerSascha Schumann <sas@php.net>2000-12-20 17:21:37 +0000
commit7f96af83b222dd3b09283250924037ae5d99bd51 (patch)
tree396d5c982cb3040652cd614aba41b5c478bf79da /ext/oracle
parent060e647e5e420dbb9654314d4d1e3f503acce28a (diff)
downloadphp-git-7f96af83b222dd3b09283250924037ae5d99bd51.tar.gz
Stop automatically passing vars to AC_SUBST through PHP_SUBST.
There are some variables which are needed for Makefiles and files created by AC_OUTPUT; we use PHP_SUBST_OLD for those now. genif.sh was moved to an appropiate place.
Diffstat (limited to 'ext/oracle')
-rw-r--r--ext/oracle/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oracle/config.m4 b/ext/oracle/config.m4
index 6a251a8c73..7fed23f385 100644
--- a/ext/oracle/config.m4
+++ b/ext/oracle/config.m4
@@ -156,5 +156,5 @@ if test "$PHP_ORACLE" != "no"; then
PHP_SUBST(ORACLE_SHARED_LIBADD)
PHP_SUBST(ORACLE_DIR)
- PHP_SUBST(ORACLE_VERSION)
+ PHP_SUBST_OLD(ORACLE_VERSION)
fi