From: Sascha Schumann Date: Mon, 10 Jul 2000 09:10:40 +0000 (+0000) Subject: Substitute CXX_PHP_COMPILE. Compiling C++ source files works now. X-Git-Tag: PRE_FILE_COMPILE_API_CHANGE~330 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1722999310d0375dcc116adb5d18023716f54cde;p=php Substitute CXX_PHP_COMPILE. Compiling C++ source files works now. --- diff --git a/configure.in b/configure.in index 9d9a5123b5..c3dcf12f1f 100644 --- a/configure.in +++ b/configure.in @@ -695,6 +695,7 @@ PHP_SUBST(CPP) PHP_SUBST(CPPFLAGS) PHP_SUBST(CXX) PHP_SUBST(CXXFLAGS) +PHP_SUBST(CXX_PHP_COMPILE) PHP_SUBST(DEBUG_CFLAGS) PHP_SUBST(DEFS) PHP_SUBST(EXTENSION_DIR)