sniper          Fri Mar  4 10:13:06 2005 EDT

  Modified files:              
    /php-src    acinclude.m4 
  Log:
  This did not work for some reason, better revert it
  
http://cvs.php.net/diff.php/php-src/acinclude.m4?r1=1.295&r2=1.296&ty=u
Index: php-src/acinclude.m4
diff -u php-src/acinclude.m4:1.295 php-src/acinclude.m4:1.296
--- php-src/acinclude.m4:1.295  Sun Feb 27 19:07:16 2005
+++ php-src/acinclude.m4        Fri Mar  4 10:13:03 2005
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: acinclude.m4,v 1.295 2005/02/28 00:07:16 helly Exp $
+dnl $Id: acinclude.m4,v 1.296 2005/03/04 15:13:03 sniper Exp $
 dnl
 dnl This file contains local autoconf functions.
 dnl
@@ -763,8 +763,8 @@
 dnl
 AC_DEFUN([PHP_REQUIRE_CXX],[
   if test -z "$php_cxx_done"; then
-    AC_REQUIRE([AC_PROG_CXX])
-    AC_REQUIRE([AC_PROG_CXXCPP])
+    AC_PROG_CXX
+    AC_PROG_CXXCPP
     php_cxx_done=yes
   fi
 ])

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to