blob: cfe70c5bf0fd45c056b59e3f3b3d6c0e956d19aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
From cc0fb5c2582183611d3b3472f8bfa37bf8c166be Mon Sep 17 00:00:00 2001
From: Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
Date: Tue, 21 May 2019 18:19:56 +0200
Subject: [PATCH 08/19] qt4 doesn't provide different libraries with thread
support
---
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.in b/configure.in
index 54ec42f..d2c939e 100644
--- a/configure.in
+++ b/configure.in
@@ -1158,7 +1158,7 @@ if test X"$QTDIR" != X; then
AC_MSG_WARN(cannot find moc. QT parts disabled.)
HAVE_QT=no
fi
- if test X"$HAVE_THREADS" = Xyes; then
+ if false && test X"$HAVE_THREADS" = Xyes; then
AC_CHECK_LIB(qt-mt, open, qt_mt=yes, qt_mt=no)
if test X"$qt_mt" = Xno; then
AC_MSG_WARN(cannot find multi-threaded version of QT library. QT parts disabled.)
--
2.19.2
|