Browse Source

- Fixed the fix for not requiring C++ always

experimental/first_unicode_implementation
Jani Taskinen 18 years ago
parent
commit
e3eb98f3ab
  1. 2
      configure.in

2
configure.in

@ -1260,7 +1260,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