sniper Wed Dec 8 01:47:07 2004 EDT
Modified files: (Branch: PHP_5_0)
/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.10.2.1&r2=1.10.2.2&ty=u
Index: php-src/ext/mcve/config.m4
diff -u php-src/ext/mcve/config.m4:1.10.2.1 php-src/ext/mcve/config.m4:1.10.2.2
--- php-src/ext/mcve/config.m4:1.10.2.1 Tue Dec 7 22:08:37 2004
+++ php-src/ext/mcve/config.m4 Wed Dec 8 01:47:07 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