Remove the unused HAVE_WRITE_BARRIERS define.
authorZoltan Varga <vargaz@gmail.com>
Wed, 24 Oct 2012 20:33:11 +0000 (22:33 +0200)
committerZoltan Varga <vargaz@gmail.com>
Wed, 24 Oct 2012 20:33:11 +0000 (22:33 +0200)
configure.in

index 85d2b0b827f911eb0d8eae0318e12931b40afcac..73840ac944d8b4bb3db18e3c3e101ae351ce1e18 100644 (file)
@@ -2566,7 +2566,7 @@ SGEN_DEFINES=
 AC_ARG_WITH(sgen, [  --with-sgen=yes,no             Extra Generational GC, default=yes],[buildsgen=$with_sgen],[buildsgen=$build_sgen_default])
 if test x$buildsgen = xyes; then
    if $sgen_supported; then
-       SGEN_DEFINES="-DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR -DHAVE_WRITE_BARRIERS"
+       SGEN_DEFINES="-DHAVE_SGEN_GC -DHAVE_MOVING_COLLECTOR"
        gc_msg="sgen and $gc_msg"
    else
        buildsgen=no