sniper Wed Dec 8 01:46:34 2004 EDT Modified files: /php-src/ext/mcve config.m4 Log: 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.11&r2=1.12&ty=u Index: php-src/ext/mcve/config.m4 diff -u php-src/ext/mcve/config.m4:1.11 php-src/ext/mcve/config.m4:1.12 --- php-src/ext/mcve/config.m4:1.11 Tue Dec 7 22:02:33 2004 +++ php-src/ext/mcve/config.m4 Wed Dec 8 01:46:33 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