diff options
Diffstat (limited to 'boehm-gc/configure.in')
-rw-r--r-- | boehm-gc/configure.in | 5 |
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) ;; |