emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 41b67c0318e 1/3: Disable native compilation in build machine Andr


From: Po Lu
Subject: master 41b67c0318e 1/3: Disable native compilation in build machine Android binaries
Date: Tue, 21 Nov 2023 22:10:29 -0500 (EST)

branch: master
commit 41b67c0318eecb87db88ef4df9a6f85178db17be
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]