summaryrefslogtreecommitdiffstats
path: root/boehm-gc/configure.in
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2001-08-20 16:40:46 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2001-08-20 16:40:46 +0000
commit3fc16c65b8b1981395d262ae191b0fe8b5c61b1d (patch)
tree04eedfd86ae886730360c1e823041874eec9174c /boehm-gc/configure.in
parent47cff348716809f9cfd7891de2f26fbbfa8454ec (diff)
downloadppe42-gcc-3fc16c65b8b1981395d262ae191b0fe8b5c61b1d.tar.gz
ppe42-gcc-3fc16c65b8b1981395d262ae191b0fe8b5c61b1d.zip
* configure: Rebuilt.
* configure.in: Always ask gcc for threads package. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45052 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/configure.in')
-rw-r--r--boehm-gc/configure.in15
1 files changed, 6 insertions, 9 deletions
diff --git a/boehm-gc/configure.in b/boehm-gc/configure.in
index 5a0092ecadc..e36cd9023b3 100644
--- a/boehm-gc/configure.in
+++ b/boehm-gc/configure.in
@@ -41,15 +41,12 @@ if false; then
AC_EXEEXT
fi
-AC_MSG_CHECKING([for threads package to use])
-AC_ARG_ENABLE(threads, [ --enable-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'`
- if test -z "$THREADS"; then
- THREADS=no
- fi
- AC_MSG_RESULT([$THREADS])])
+AC_MSG_CHECKING([for thread model used by GCC])
+THREADS=`$CC -v 2>&1 | sed -n 's/^Thread model: //p'`
+if test -z "$THREADS"; then
+ THREADS=no
+fi
+AC_MSG_RESULT([$THREADS])
AC_ARG_ENABLE(parallel-mark,
[ --enable-parallel-mark parallelize marking and free list construction],
OpenPOWER on IntegriCloud