]> git.eshelyaron.com Git - emacs.git/commitdiff
Disable native compilation in build machine Android binaries
authorPo Lu <luangruo@yahoo.com>
Wed, 22 Nov 2023 03:00:04 +0000 (11:00 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 22 Nov 2023 03:00:04 +0000 (11:00 +0800)
* configure.ac (XCONFIGURE): Set with_native_compilation to no.

configure.ac

index 8768d69bbbb28024a9ee84464dae5d8e5eccd2d7..c3019564143085988796faf2f02e954cc29342a4 100644 (file)
@@ -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