aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFredrik Fornwall <[email protected]>2016-07-27 10:31:19 +0000
committerJustus Winter <[email protected]>2016-07-27 10:31:19 +0000
commit583a464c62ce8f7d70f5fdab2c7ea73ec3348d69 (patch)
tree9c371b03e21f878c8b4e95c000d399763f056392
parentcommon: Fix iobuf_peek corner case. (diff)
downloadgnupg-583a464c62ce8f7d70f5fdab2c7ea73ec3348d69.tar.gz
gnupg-583a464c62ce8f7d70f5fdab2c7ea73ec3348d69.zip
build: Fix check for Android.
* configure.ac: Match other Android targets as well. Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to '')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9fcf79d76..95a8f17da 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