From 583a464c62ce8f7d70f5fdab2c7ea73ec3348d69 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Wed, 27 Jul 2016 12:31:19 +0200 Subject: [PATCH] build: Fix check for Android. * configure.ac: Match other Android targets as well. Signed-off-by: Justus Winter --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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