[git] GPGME - branch, gpgmepp, updated. gpgme-1.6.0-47-g6dba47c

by Andre Heinecke cvs at cvs.gnupg.org
Tue Apr 12 09:43:53 CEST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG Made Easy".

The branch, gpgmepp has been updated
       via  6dba47c3a2c32d7c1e1d91a96030f99f606433ea (commit)
      from  8e7074dbb8093cc342e330bcd6b172b4f769a0c6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
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.

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)
 
 #

-----------------------------------------------------------------------

Summary of changes:
 configure.ac | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GnuPG Made Easy
http://git.gnupg.org




More information about the Gnupg-commits mailing list