[git] Pinentry - branch, master, updated. pinentry-0.9.6-5-g48ab8cd
by Andre Heinecke
cvs at cvs.gnupg.org
Fri Oct 2 10:25:00 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 48ab8cdccff4eefec4d8fa2e23b933c2277bc30c (commit)
from e9d063e2371540ad9c1d7a727c44f9dcc1e9e400 (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 48ab8cdccff4eefec4d8fa2e23b933c2277bc30c
Author: Andre Heinecke <aheinecke at intevation.de>
Date: Fri Oct 2 10:21:55 2015 +0200
Qt: Fix assignment of have_qt5_libs variable.
* m4/qt.m4 (FIND_QT): Remove spaces in variable assignment.
--
GnuPG-bug-id: 2105
diff --git a/m4/qt.m4 b/m4/qt.m4
index 1afd50d..8e5a557 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