summaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-18 01:14:02 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-18 01:14:02 +0900
commit592a8bafe059512783fa11fe3f352508d3765163 (patch)
treef734e32f43ba0716706b72875b53ee9537b161ad /aclocal.m4
parentf0e96ad4ebf905d960f2d563656756eb38c7153a (diff)
downloadksensors-592a8baf.tar.gz
ksensors-592a8baf.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 'aclocal.m4')
-rw-r--r--aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 1e6e2df..6e79440 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1272,7 +1272,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