From 6dba47c3a2c32d7c1e1d91a96030f99f606433ea Mon Sep 17 00:00:00 2001 From: Andre Heinecke Date: Tue, 12 Apr 2016 09:42:36 +0200 Subject: [PATCH] Fix configuration without Qt language * configure.ac: Define HAVE_DOXYGEN also if qt should not be built. --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 6f1640d3..2dcec492 100644 --- a/configure.ac +++ b/configure.ac @@ -291,13 +291,13 @@ if test "$found" = "1"; then if test -z "$DOXYGEN"; then AC_MSG_WARN([Doxygen not found - Qt binding doc will not be built.]) fi - AM_CONDITIONAL([HAVE_DOXYGEN], - [test -n "$DOXYGEN"]) - # Make sure that qt comes after cpp enabled_languages=`echo $enabled_languages | sed 's/qt//'` enabled_languages=`echo $enabled_languages qt` fi +AM_CONDITIONAL([HAVE_DOXYGEN], + [test -n "$DOXYGEN"]) + AC_SUBST(ENABLED_LANGUAGES, $enabled_languages) #