From 856377a61d621ab459d076dc781360913492bd2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Tue, 18 Apr 2017 19:41:13 +0200 Subject: [configure] Fix docs for --with-libgc option (#4707) It was renamed from --with-gc to --with-libgc in 66ca91f10b0fdd61824e318f659b807cbf45aef3, but a few places were missed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 87b01137506..0a627765797 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,7 @@ collector. both a `mono` binary and a `mono-sgen` binary. `mono` uses Boehm, while `mono-sgen` uses the Simple Generational GC. -* `--with-gc=[included, boehm, none]` - Selects the default Boehm +* `--with-libgc=[included, boehm, none]` - Selects the default Boehm garbage collector engine to use. * *included*: (*slightly modified Boehm GC*) This is the default -- cgit v1.2.3