sniper          Wed Dec  8 01:48:11 2004 EDT

  Modified files:              (Branch: PHP_4_3)
    /php-src/ext/mcve   config.m4 
  Log:
  MFH: Fix build. This was not supposed to halt configure if test fails.
  
http://cvs.php.net/diff.php/php-src/ext/mcve/config.m4?r1=1.2.4.10&r2=1.2.4.11&ty=u
Index: php-src/ext/mcve/config.m4
diff -u php-src/ext/mcve/config.m4:1.2.4.10 php-src/ext/mcve/config.m4:1.2.4.11
--- php-src/ext/mcve/config.m4:1.2.4.10 Tue Dec  7 22:11:31 2004
+++ php-src/ext/mcve/config.m4  Wed Dec  8 01:48:11 2004
@@ -62,7 +62,7 @@
     AC_MSG_RESULT([yes])
   ],[
     AC_DEFINE([LIBMONETRA_BELOW_4_2], 1, [Whether or not we're using 
libmonetra 4.2 or higher ])
-    AC_MSG_ERROR([no])
+    AC_MSG_RESULT([no])
   ])
 
   CPPFLAGS=$saved_CPPFLAGS

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

Reply via email to