From 41b67c0318eecb87db88ef4df9a6f85178db17be Mon Sep 17 00:00:00 2001
From: Po Lu <luangruo@yahoo.com>
Date: Wed, 22 Nov 2023 11:00:04 +0800
Subject: [PATCH] Disable native compilation in build machine Android binaries

* configure.ac (XCONFIGURE): Set with_native_compilation to no.
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 8768d69bbbb..c3019564143 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1320,6 +1320,7 @@ if test "$ANDROID" = "yes"; then
     with_mailutils=no
     with_pop=no
     with_harfbuzz=no
+    with_native_compilation=no
   fi
 
   with_rsvg=no
-- 
2.39.5