Browse Source

MFH:- Fixed the fix for not requiring C++ always

PHP-5.2.1RC1
Jani Taskinen 18 years ago
parent
commit
e36ce120ae
  1. 2
      configure.in

2
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

Loading…
Cancel
Save