jani Sun Jul 27 15:05:22 2008 UTC
Modified files:
/php-src configure.in
Log:
- Fixed the fix for not requiring C++ always
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.662&r2=1.663&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.662 php-src/configure.in:1.663
--- php-src/configure.in:1.662 Fri Jul 25 12:34:54 2008
+++ php-src/configure.in Sun Jul 27 15:05:22 2008
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.662 2008/07/25 12:34:54 jani Exp $ -*- autoconf -*-
+## $Id: configure.in,v 1.663 2008/07/27 15:05:22 jani Exp $ -*- autoconf -*-
dnl ## Process this file with autoconf to produce a configure script.
divert(1)
@@ -1260,7 +1260,7 @@
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
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php