From 839ebb54fa8ea9a4f88ad3a8bec216a94da666cd Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 27 Sep 2018 17:59:16 +0900 Subject: qt -> tqt conversion: QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST QT_NO_STL -> TQT_NO_STL QT_NO_COMPAT -> TQT_NO_COMPAT QT_NO_TRANSLATION -> TQT_NO_TRANSLATION Signed-off-by: Michele Calgaro --- configure.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in.in') diff --git a/configure.in.in b/configure.in.in index e1fe50a..77d80cc 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 -Wall -I\$(top_srcdir)/ -I\$(top_srcdir)/bibletime -I\$(top_builddir)/bibletime" +CPPFLAGS="$CPPFLAGS -DTQT_NO_ASCII_CAST -DTQT_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]) -- cgit v1.2.1