From: Po Lu Date: Wed, 22 Nov 2023 03:00:04 +0000 (+0800) Subject: Disable native compilation in build machine Android binaries X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=41b67c0318eecb87db88ef4df9a6f85178db17be;p=emacs.git Disable native compilation in build machine Android binaries * configure.ac (XCONFIGURE): Set with_native_compilation to no. --- 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