summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-25 01:20:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-25 01:20:49 +0900
commit8ace2d26079c67e323bebd8aabb4dd3f5b3286f2 (patch)
tree1c2df8f37caf958d23b4b043d649039cf12524c7
parent15f96ebae6725441ca156e3910d0161918c67f73 (diff)
downloadcompizconfig-backend-tdeconfig-8ace2d26079c67e323bebd8aabb4dd3f5b3286f2.tar.gz
compizconfig-backend-tdeconfig-8ace2d26079c67e323bebd8aabb4dd3f5b3286f2.zip
Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 3abf167..1df6be7 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