X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=cacao.git;a=blobdiff_plain;f=src%2Fmm%2Fboehm-gc%2Fconfigure.ac;h=78ce0c4449632b4a8bc2be65869821dedd12f0b1;hp=70406b02e6beac35d642025ec27f6095ea86550b;hb=aa29c1d6ba46a2f6cdaa744c30c78e91c665ed76;hpb=c9ee016a64e925938f84fcb85521f82febcc4f63 diff --git a/src/mm/boehm-gc/configure.ac b/src/mm/boehm-gc/configure.ac index 70406b02e..78ce0c444 100644 --- a/src/mm/boehm-gc/configure.ac +++ b/src/mm/boehm-gc/configure.ac @@ -47,8 +47,8 @@ AC_PROG_INSTALL GC_CFLAGS=${gc_cflags} AC_SUBST(GC_CFLAGS) -AC_ARG_ENABLE(threads, - [AC_HELP_STRING([--enable-threads=TYPE], [choose threading package])], +AC_ARG_ENABLE(boehm-threads, + [AC_HELP_STRING([--enable-boehm-threads=TYPE], [choose threading package])], THREADS=$enableval, [ AC_MSG_CHECKING([for thread model used by GCC]) THREADS=`$CC -v 2>&1 | sed -n 's/^Thread model: //p'` @@ -62,7 +62,7 @@ AC_ARG_ENABLE(parallel-mark, [parallelize marking and free list construction])], [case "$THREADS" in no | none | single) - AC_MSG_ERROR([Parallel mark requires --enable-threads=x spec]) + AC_MSG_ERROR([Parallel mark requires --enable-boehm-threads=x spec]) ;; esac ] )