[mini] Rename mini_parse_debug_option's argument to match the header file (and match...
[mono.git] / configure.ac
index b071d8699eca3d7b9e523b4d8193ba2bee152c22..568cb227ed520bd10d312bf4a66ccba0f772b016 100644 (file)
@@ -3178,7 +3178,8 @@ dnl
 SGEN_DEFINES=
 AC_ARG_WITH(sgen, [  --with-sgen=yes,no             Extra Generational GC, default=yes],[buildsgen=$with_sgen],[buildsgen=yes])
 if test x$buildsgen = xyes; then
-   SGEN_DEFINES="-DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR"
+   AC_DEFINE(HAVE_MOVING_COLLECTOR, 1, [Moving collector])
+   SGEN_DEFINES="-DHAVE_SGEN_GC"
    gc_msg="sgen and $gc_msg"
 fi
 AC_SUBST(SGEN_DEFINES)