[git] Pinentry - branch, master, updated. pinentry-0.9.5-6-g676b1ac

by Neal H. Walfield cvs at cvs.gnupg.org
Sun Jul 26 19:45:49 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  676b1ac38d0c1db754492b6817bbc6195dcef300 (commit)
      from  f9db93786cbdbc0f5f6edf0ae996ec405931decf (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 676b1ac38d0c1db754492b6817bbc6195dcef300
Author: Neal H. Walfield <neal at gnu.org>
Date:   Sun Jul 26 19:45:45 2015 +0200

    Don't build the emacs pinentry program by default.

diff --git a/configure.ac b/configure.ac
index 3389141..cf4d525 100644
--- a/configure.ac
+++ b/configure.ac
@@ -369,7 +369,7 @@ dnl Check for emacs pinentry program.
 dnl
 AC_ARG_ENABLE(pinentry-emacs,
             AC_HELP_STRING([--enable-pinentry-emacs], [build emacs pinentry]),
-            pinentry_emacs=$enableval, pinentry_emacs=maybe)
+            pinentry_emacs=$enableval, pinentry_emacs=no)
 AC_ARG_ENABLE(inside-emacs,
             AC_HELP_STRING([--enable-inside-emacs], [include emacs hack]),
             inside_emacs=$enableval, inside_emacs=maybe)

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

Summary of changes:
 configure.ac | 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