[git] Pinentry - branch, master, updated. pinentry-0.9.6-4-ge9d063e

by Andre Heinecke cvs at cvs.gnupg.org
Fri Oct 2 09:51:08 CEST 2015


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 "The standard pinentry collection".

The branch, master has been updated
       via  e9d063e2371540ad9c1d7a727c44f9dcc1e9e400 (commit)
      from  08ec9556c8a384ea7bb5d42d3f6aab6c2f6a8786 (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 e9d063e2371540ad9c1d7a727c44f9dcc1e9e400
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Fri Oct 2 09:47:21 2015 +0200

    Qt: Fix quoting of have_qt5_libs init in FIND_QT
    
    * m4/qt.m4 (FIND_QT): Quote initialization of have_qt5_libs var.
    
    --
    
    Problem reported by Kristian F.
    
    GnuPG-bug-id: 2105

diff --git a/m4/qt.m4 b/m4/qt.m4
index 0e47ec6..1afd50d 100644
--- a/m4/qt.m4
+++ b/m4/qt.m4
@@ -34,7 +34,7 @@ AC_DEFUN([FIND_QT],
                 enable_pinentry_qt5=$enableval,
                 enable_pinentry_qt5="try")
 
-  have_qt5_libs = no;
+  have_qt5_libs = "no";
 
   if test "$enable_pinentry_qt5" != "no"; then
     PKG_CHECK_MODULES(PINENTRY_QT,

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

Summary of changes:
 m4/qt.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
The standard pinentry collection
http://git.gnupg.org




More information about the Gnupg-commits mailing list