Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2002-10-23 00:44:25 +0400
committerMiguel de Icaza <miguel@gnome.org>2002-10-23 00:44:25 +0400
commit2bbeb878e229daaae5cd79821f5ed3a2a510c795 (patch)
treeee6eae636c92ce81b02c02a190cfb1e162a2ff77 /configure.in
parentc87eee78f67ef8238ccdba2b0bbbc413126436a0 (diff)
2002-10-22 Miguel de Icaza <miguel@ximian.com>
* configure.in: Also allow the miss-spelled bohem. svn path=/trunk/mono/; revision=8474
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 732c67da35e..ad5f1d4d245 100644
--- a/configure.in
+++ b/configure.in
@@ -130,7 +130,7 @@ gc=auto
AC_ARG_WITH(gc, [ --with-gc=boehm,none],[gc=$with_gc])
case "x$gc" in
- xboehm|xyes)
+ xboehm|xbohem|xyes)
if test "x$found_boehm" != "xyes"; then
AC_MSG_ERROR("GC requested but libgc not found!")
fi