summaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
Diffstat (limited to 'configure.py')
-rw-r--r--configure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index 7077f3d..cd9921e 100644
--- a/configure.py
+++ b/configure.py
@@ -712,7 +712,7 @@ int main(int argc,char **argv)
return 1;
}
-#if !defined(WITH_THREAD) || !defined(QT_THREAD_SUPPORT)
+#if !defined(WITH_THREAD) || !defined(TQT_THREAD_SUPPORT)
fprintf(fp,"-x TQt_THREAD_SUPPORT\\n");
#endif