projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3328c32
)
Disable native compilation in build machine Android binaries
author
Po Lu
<luangruo@yahoo.com>
Wed, 22 Nov 2023 03:00:04 +0000
(11:00 +0800)
committer
Po 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
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 8768d69bbbb28024a9ee84464dae5d8e5eccd2d7..c3019564143085988796faf2f02e954cc29342a4 100644
(file)
--- 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