[Pkg-gnupg-commit] [gpgme] 62/412: Fix configuration without Qt language

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Sep 22 21:26:16 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gpgme.

commit 6dba47c3a2c32d7c1e1d91a96030f99f606433ea
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Tue Apr 12 09:42:36 2016 +0200

    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 6f1640d..2dcec49 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)
 
 #

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gpgme.git



More information about the Pkg-gnupg-commit mailing list