Disable building the NET 2.0 profile by default.
authorZoltan Varga <vargaz@gmail.com>
Tue, 4 Nov 2014 22:49:18 +0000 (17:49 -0500)
committerZoltan Varga <vargaz@gmail.com>
Tue, 4 Nov 2014 22:49:18 +0000 (17:49 -0500)
configure.ac

index 2bc3c0d08f50253386858ba297895eadfae6e96f..671b3a23d66688c5ddb09116814afce2b5153b21 100644 (file)
@@ -3199,7 +3199,7 @@ case "x$libgc" in
                ;;
 esac
 
-AC_ARG_WITH(profile2,  [  --with-profile2=yes,no          If you want to install the 2.0/3.5 FX (defaults to yes)],            [], [with_profile2=yes])
+AC_ARG_WITH(profile2,  [  --with-profile2=yes,no          If you want to install the 2.0/3.5 FX (defaults to no)],            [], [with_profile2=no])
 AC_ARG_WITH(profile4,  [  --with-profile4=yes,no          If you want to install the 4.0 FX (defaults to yes)],                [], [with_profile4=yes])
 AC_ARG_WITH(profile4_5,[  --with-profile4_5=yes,no        If you want to install the 4.5 FX (defaults to yes)],                [], [with_profile4_5=yes])
 AC_ARG_WITH(monodroid, [  --with-monodroid=yes,no         If you want to build the MonoDroid assemblies (defaults to no)],     [], [with_monodroid=no])