summaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-18 01:14:13 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-18 01:14:13 +0900
commitd081f22ddf329879f558d364cf25fc70d4813860 (patch)
tree9411eca6e7020435eb047d5dc8a43515f05fd492 /acinclude.m4
parent7f8a40283b0e35835c480907b3534a8d831e6c28 (diff)
downloadtdeio-umountwrapper-d081f22ddf329879f558d364cf25fc70d4813860.tar.gz
tdeio-umountwrapper-d081f22ddf329879f558d364cf25fc70d4813860.zip
QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index a3fb10b..fb55ab5 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1333,7 +1333,7 @@ KDE_MT_LIBS=
if test "x$kde_use_qt_mt" = "xyes"; then
KDE_CHECK_THREADING
if test "x$kde_use_threading" = "xyes"; then
- CPPFLAGS="$USE_THREADS -DQT_THREAD_SUPPORT $CPPFLAGS"
+ CPPFLAGS="$USE_THREADS -DTQT_THREAD_SUPPORT $CPPFLAGS"
KDE_MT_LDFLAGS="$USE_THREADS"
KDE_MT_LIBS="$LIBPTHREAD"
else