Jani Taskinen kirjoitti:
jani Sun Jul 27 15:05:48 2008 UTC
Modified files: (Branch: PHP_5_2)
/php-src configure.in
Log:
MFH:- Fixed the fix for not requiring C++ always
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.102&r2=1.579.2.52.2.103&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.102
php-src/configure.in:1.579.2.52.2.103
--- php-src/configure.in:1.579.2.52.2.102 Sun Jul 27 15:01:41 2008
+++ php-src/configure.in Sun Jul 27 15:05:48 2008
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.102 2008/07/27 15:01:41 jani Exp $ -*-
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.103 2008/07/27 15:05:48 jani Exp $ -*-
autoconf -*-
dnl ## Process this file with autoconf to produce a configure script.
divert(1)
@@ -1312,7 +1312,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])
])
This "php_prog_cxxcpp" is just a dummy line to have something in the generated
configure betwee then and fi :)
--Jani
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php