[git] GnuPG - branch, master, updated. gnupg-2.1.14-28-g583a464

by Fredrik Fornwall cvs at cvs.gnupg.org
Wed Jul 27 12:37:42 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 "The GNU Privacy Guard".

The branch, master has been updated
       via  583a464c62ce8f7d70f5fdab2c7ea73ec3348d69 (commit)
      from  b2572b0c386fd12ac6581fcce72f8d48cbfd27c7 (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 583a464c62ce8f7d70f5fdab2c7ea73ec3348d69
Author: Fredrik Fornwall <fredrik at fornwall.net>
Date:   Wed Jul 27 12:31:19 2016 +0200

    build: Fix check for Android.
    
    * configure.ac: Match other Android targets as well.
    
    Signed-off-by: Justus Winter <justus at g10code.com>

diff --git a/configure.ac b/configure.ac
index 9fcf79d..95a8f17 100644
--- a/configure.ac
+++ b/configure.ac
@@ -697,7 +697,7 @@ case "${host}" in
         ;;
     m68k-atari-mint)
         ;;
-    *-linux-androideabi)
+    *-linux-android*)
         have_android_system=yes
         # Android is fully utf-8 and we do not want to use iconv to
         # keeps things simple

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

Summary of changes:
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list