]> granicus.if.org Git - php/commitdiff
MFH: Fix build. This was not supposed to halt configure if test fails.
authorfoobar <sniper@php.net>
Wed, 8 Dec 2004 06:47:10 +0000 (06:47 +0000)
committerfoobar <sniper@php.net>
Wed, 8 Dec 2004 06:47:10 +0000 (06:47 +0000)
ext/mcve/config.m4

index b49dee6ae340575f23951072c8b1be41bc80d0c0..ae7b936c6aae97477f006de855910e25cd9d8919 100644 (file)
@@ -62,7 +62,7 @@ yes
     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