summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2024-03-11 13:10:15 +0300
committerAlexander Golubev <fatzer2@gmail.com>2024-03-11 13:12:37 +0300
commitd8738f551be832cd69b8b382a550819d9b747ad7 (patch)
tree1bc05e8e79585fa8a5c011fe419d16aec41d5bfb
parentcbdf33337892590c7f81ce37d8f67894912753af (diff)
downloadtqt3-d8738f55.tar.gz
tqt3-d8738f55.zip
./configure: turn thread support on by default
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 0018d93e..1da0a59e 100755
--- a/configure
+++ b/configure
@@ -1467,7 +1467,6 @@ fi
# find default thread option for target
if grep >/dev/null '^QMAKE_LIBS_THREAD' $XQMAKESPEC/qmake.conf; then
AUTOTHREAD=yes
- AUTOTHREAD=no ### leave off for now
else
AUTOTHREAD=never
fi