summaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-25 01:20:55 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-25 01:20:55 +0900
commit3849c4ec455f2679431ea7629b3fb55c8a1f6fd2 (patch)
tree8f950746dedbb5e15e0d0cbca122df9f1526e516 /acinclude.m4
parent0d13faa53edaea030b8f7dc5c7086fdfdc26e9bb (diff)
downloadkchmviewer-3849c4ec455f2679431ea7629b3fb55c8a1f6fd2.tar.gz
kchmviewer-3849c4ec455f2679431ea7629b3fb55c8a1f6fd2.zip
Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.
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 0376322..5a317c6 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1883,7 +1883,7 @@ else
all_includes="$KDE_INCLUDES $all_includes"
fi
-KDE_DEFAULT_CXXFLAGS="-DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION"
+KDE_DEFAULT_CXXFLAGS="-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION"
KDE_LDFLAGS="-L$kde_libraries"
if test ! "$kde_libraries" = "$x_libraries" && test ! "$kde_libraries" = "$qt_libraries" ; then