From e36ce120aee9c4c3836e4f42de1f0c93e8d5f560 Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Sun, 27 Jul 2008 15:05:48 +0000 Subject: [PATCH] MFH:- Fixed the fix for not requiring C++ always --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 31dc13277d..a0f1684155 100644 --- a/configure.in +++ b/configure.in @@ -1312,7 +1312,7 @@ AC_PROVIDE_IFELSE([PHP_REQUIRE_CXX], [], [ undefine([AC_PROG_CXX]) AC_DEFUN([AC_PROG_CXX], []) undefine([AC_PROG_CXXCPP]) - AC_DEFUN([AC_PROG_CXXCPP], []) + AC_DEFUN([AC_PROG_CXXCPP], [php_prog_cxxcpp=disabled]) ]) AC_PROG_LIBTOOL -- 2.50.1