summaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2018-09-18 01:13:56 +0900
committerMichele Calgaro <[email protected]>2018-09-18 01:13:56 +0900
commite6c21bc9c932e07845246b6d4e4bb674f280181d (patch)
treeb8f0a9a0726a9e29e904b395f7470489421e72c0 /aclocal.m4
parentf39ec83d63bac14f078d26cdc8e3d20ce8c072d8 (diff)
downloadknetload-e6c21bc9c932e07845246b6d4e4bb674f280181d.tar.gz
knetload-e6c21bc9c932e07845246b6d4e4bb674f280181d.zip
QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index c2a1428..83817b9 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1319,7 +1319,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