changeset 4599:ab77182ddf94 HEAD

Boehm GC seems to be working now. Removed the broken-warning.
author Timo Sirainen <tss@iki.fi>
date Sun, 10 Sep 2006 21:01:31 +0300
parents 65b56dd915cb
children 40e3583001ad
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Sun Sep 10 20:59:58 2006 +0300
+++ b/configure.in	Sun Sep 10 21:01:31 2006 +0300
@@ -259,7 +259,7 @@
 AC_SUBST(statedir)
 
 AC_ARG_WITH(gc,
-[  --with-gc               Use Boehm garbage collector (currently broken)],
+[  --with-gc               Use Boehm garbage collector],
 	if test x$withval = xyes; then
 		want_gc=yes
 	else