[runtime] Rename the net_4_x runtime preset to all
authorAlexander Kyte <alexmkyte@fastmail.com>
Mon, 13 Jun 2016 15:33:53 +0000 (11:33 -0400)
committerAlexander Kyte <alexmkyte@fastmail.com>
Mon, 13 Jun 2016 16:16:24 +0000 (12:16 -0400)
configure.ac

index 8e6462fcc5d2b7977a94afb11074db2be06bbd46..1872536ce163ca57ce6073285d4cdf7048d72f93 100644 (file)
@@ -740,7 +740,7 @@ AC_ARG_WITH(bitcode,         [  --with-bitcode=yes,no           If bitcode is en
 AC_ARG_WITH(xammac,          [  --with-xammac=yes,no            If you want to build the Xamarin.Mac assemblies (defaults to no)],    [], [with_xammac=default])
 AC_ARG_WITH(mobile_static,   [  --with-mobile_static=yes,no     If you want to build the mobile_static assemblies (defaults to no)],  [], [with_mobile_static=default])
 
-AC_ARG_WITH(runtime_preset, [  --with-runtime_preset=net_4_x,mobile_static,bitcode_mobile_static   Which default profile to build (defaults to net_4_x)],  [], [with_runtime_preset=net_4_x])
+AC_ARG_WITH(runtime_preset, [  --with-runtime_preset=all,mobile_static,bitcode_mobile_static   Which default profile to build (defaults to all)],  [], [with_runtime_preset=all])
 
 dnl
 dnl Profile defaults
@@ -758,7 +758,7 @@ if test x$cross_compiling = xyes -o x$enable_mcs_build = xno; then
    with_mobile_static_default=no
    with_bitcode_default=no
    with_cooperative_gc_default=no
-elif test x$with_runtime_preset = xnet_4_x; then
+elif test x$with_runtime_preset = xall; then
    with_cooperative_gc_default=no
    with_profile4_x_default=yes
    with_monodroid_default=yes