From: foobar Date: Fri, 4 Mar 2005 15:13:03 +0000 (+0000) Subject: This did not work for some reason, better revert it X-Git-Tag: RELEASE_0_3~83 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ba5479a099dfb24d79508388b66ed143aee96d09;p=php This did not work for some reason, better revert it --- diff --git a/acinclude.m4 b/acinclude.m4 index 89357e1d60..3772a40656 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -763,8 +763,8 @@ dnl PHP_REQUIRE_CXX dnl AC_DEFUN([PHP_REQUIRE_CXX],[ if test -z "$php_cxx_done"; then - AC_REQUIRE([AC_PROG_CXX]) - AC_REQUIRE([AC_PROG_CXXCPP]) + AC_PROG_CXX + AC_PROG_CXXCPP php_cxx_done=yes fi ])