Add support to disable the verifier
authorMiguel de Icaza <miguel@gnome.org>
Sat, 9 May 2009 21:47:59 +0000 (21:47 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Sat, 9 May 2009 21:47:59 +0000 (21:47 -0000)
svn path=/trunk/mono/; revision=133838

configure.in

index 991e403d445e3b6c194d29114e87643e5773af9f..ed529b8748c0416aaa0dc3005bc88818781eda58 100644 (file)
@@ -671,7 +671,7 @@ if test "x$mono_feature_disable_full_messages" = "xyes"; then
 fi
 
 if test "x$mono_feature_disable_verifier" = "xyes"; then
-       AC_DEFINE(DISABLE_FULL_MESSAGES, 1, [Disables the verifier])
+       AC_DEFINE(DISABLE_VERIFIER, 1, [Disables the verifier])
        AC_MSG_NOTICE([Disabled the metadata and IL verifiers])
 fi