jani            Sun Jul 27 15:05:39 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /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.77.2.25&r2=1.579.2.52.2.77.2.26&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.77.2.25 
php-src/configure.in:1.579.2.52.2.77.2.26
--- php-src/configure.in:1.579.2.52.2.77.2.25   Fri Jul 25 12:36:34 2008
+++ php-src/configure.in        Sun Jul 27 15:05:39 2008
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.77.2.25 2008/07/25 12:36:34 jani Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.77.2.26 2008/07/27 15:05:39 jani Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -1346,7 +1346,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

Reply via email to