summaryrefslogtreecommitdiff
path: root/boehm-gc/configure.in
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>1999-11-04 17:25:07 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>1999-11-04 17:25:07 +0000
commit9e607692a8b940a3ae85206a2af1bcf34a93a2d7 (patch)
tree1b99b98a7a9709b5c03687d197bd5b4a8e943dcd /boehm-gc/configure.in
parente67d8d45d675032440958987a230aa0090e2ac71 (diff)
downloadgcc-9e607692a8b940a3ae85206a2af1bcf34a93a2d7.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30394 138bc75d-0d04-0410-961f-82ee72b054a4
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)
;;