Fix configuration without Qt language
* configure.ac: Define HAVE_DOXYGEN also if qt should not be built.
This commit is contained in:
parent
8e7074dbb8
commit
6dba47c3a2
@ -291,13 +291,13 @@ if test "$found" = "1"; then
|
|||||||
if test -z "$DOXYGEN";
|
if test -z "$DOXYGEN";
|
||||||
then AC_MSG_WARN([Doxygen not found - Qt binding doc will not be built.])
|
then AC_MSG_WARN([Doxygen not found - Qt binding doc will not be built.])
|
||||||
fi
|
fi
|
||||||
AM_CONDITIONAL([HAVE_DOXYGEN],
|
|
||||||
[test -n "$DOXYGEN"])
|
|
||||||
|
|
||||||
# Make sure that qt comes after cpp
|
# Make sure that qt comes after cpp
|
||||||
enabled_languages=`echo $enabled_languages | sed 's/qt//'`
|
enabled_languages=`echo $enabled_languages | sed 's/qt//'`
|
||||||
enabled_languages=`echo $enabled_languages qt`
|
enabled_languages=`echo $enabled_languages qt`
|
||||||
fi
|
fi
|
||||||
|
AM_CONDITIONAL([HAVE_DOXYGEN],
|
||||||
|
[test -n "$DOXYGEN"])
|
||||||
|
|
||||||
AC_SUBST(ENABLED_LANGUAGES, $enabled_languages)
|
AC_SUBST(ENABLED_LANGUAGES, $enabled_languages)
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user