summaryrefslogtreecommitdiff
path: root/ext/oracle/config.m4
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-12-30 02:59:53 +0000
committerSascha Schumann <sas@php.net>1999-12-30 02:59:53 +0000
commitf2f8d38efa3ccbaa05affaf8fcab24786ef452de (patch)
treec546807d61a77a191f89056212a4c40c63f0e83b /ext/oracle/config.m4
parent6bf3529919cf60389797a107cab16c826df3e68f (diff)
downloadphp-git-f2f8d38efa3ccbaa05affaf8fcab24786ef452de.tar.gz
Integration of -ng changes. Changes:
- added support for externally built modules, - improved support for in-tree shared modules, - fixed diversion bugs, - configure displays some informative messages, - faster static build (libtool isn't used anymore for compiling non-PIC objects), - dependencies comparable to automake's without requiring GNU make or GCC, - working make clean for non-GNU makes.
Diffstat (limited to 'ext/oracle/config.m4')
-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 9f5ac95e76..ffe50db702 100644
--- a/ext/oracle/config.m4
+++ b/ext/oracle/config.m4
@@ -168,5 +168,5 @@ AC_ARG_WITH(oracle,
#EXTRA_LIBS="$EXTRA_LIBS $ORACLE_SHLIBS $ORACLE_STLIBS $ORACLE_LIBS $ORACLE_LFLAGS"
EXTRA_LIBS="$EXTRA_LIBS $ORACLE_LFLAGS $ORACLE_LIBS"
INCLUDES="$INCLUDES $ORACLE_INCLUDE"
-AC_SUBST(ORACLE_HOME)
-AC_SUBST(ORACLE_VERSION)
+PHP_SUBST(ORACLE_HOME)
+PHP_SUBST(ORACLE_VERSION)