[Pkg-gnupg-commit] [gnupg2] 28/112: build: Fix check for Android.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Tue Aug 30 17:48:16 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gnupg2.

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>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list