summaryrefslogtreecommitdiffstats
path: root/configure.in.in
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
commit86a15e697e283c54dee8e7b64059a09e00165f9a (patch)
tree75b13a033cee886826efac1347ad79cd242a2019 /configure.in.in
parent45df91ddb43b74b41c6abbde4a98f2d7ea4b1242 (diff)
downloadbibletime-86a15e69.tar.gz
bibletime-86a15e69.zip
Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'configure.in.in')
-rw-r--r--configure.in.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in.in b/configure.in.in
index 05e7e29..e1fe50a 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -39,7 +39,7 @@ dnl in this space add everything you want to check for;
dnl examples are specific headers, libraries, etc.
dnl everything to compile and run a KDE program is already checked
-CPPFLAGS="$CPPFLAGS -DQT_NO_ASCII_CAST -DQT_NO_COMPAT -DQT_CLEAN_NAMESPACE -Wall -I\$(top_srcdir)/ -I\$(top_srcdir)/bibletime -I\$(top_builddir)/bibletime"
+CPPFLAGS="$CPPFLAGS -DQT_NO_ASCII_CAST -DQT_NO_COMPAT -Wall -I\$(top_srcdir)/ -I\$(top_srcdir)/bibletime -I\$(top_builddir)/bibletime"
AC_CHECK_STATIC_LINKING(ac_use_static)
AC_CHECK_SWORD(1.5.9, [$ac_use_static])
AC_CHECK_CLUCENE([$ac_use_static])