summaryrefslogtreecommitdiff
path: root/boehm-gc/configure.in
diff options
context:
space:
mode:
authorTom Tromey <tromey@cygnus.com>1999-11-04 17:25:07 +0000
committerTom Tromey <tromey@gcc.gnu.org>1999-11-04 17:25:07 +0000
commit81976f93fe3280b1514ad55f582fd6a6cd33f9e3 (patch)
tree1b99b98a7a9709b5c03687d197bd5b4a8e943dcd /boehm-gc/configure.in
parent7f80fbe501cd0e4d8f63078f5308f30d3eabd460 (diff)
downloadgcc-81976f93fe3280b1514ad55f582fd6a6cd33f9e3.tar.gz
configure: Rebuilt.
* configure: Rebuilt. * configure.in: Removed qt threads case. * dyn_load.c: Don't mention QUICK_THREADS. * os_dep.c: Don't mention QUICK_THREADS. * misc.c: Don't mention QUICK_THREADS. * gcconfig.h: Don't mention QUICK_THREADS. * gc_priv.h: Removed QUICK_THREADS code. * quick_threads.c: Removed. From-SVN: r30394
Diffstat (limited to 'boehm-gc/configure.in')
-rw-r--r--boehm-gc/configure.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/boehm-gc/configure.in b/boehm-gc/configure.in
index 0d2331fe617..f3e875ac3d9 100644
--- a/boehm-gc/configure.in
+++ b/boehm-gc/configure.in
@@ -84,11 +84,6 @@ case "$THREADS" in
esac
THREADLIB=-lpthread
;;
- qt)
- AC_DEFINE(QUICK_THREADS)
- INCLUDES="-I${boehm_gc_basedir}/../qthreads"
- THREADLIB=../qthreads/libgcjcoop.la
- ;;
decosf1 | irix | mach | os2 | solaris | win32 | dce | vxworks)
AC_MSG_ERROR(thread package $THREADS not yet supported)
;;