mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 15:56:35 -04:00
Revert "Fix the Android build"
This reverts commit 916572f6e0, in favor
of another fix.
This commit is contained in:
parent
a6f5437110
commit
a25cf2b986
|
|
@ -5271,14 +5271,12 @@ if test "${with_native_compilation}" != "no"; then
|
|||
else
|
||||
libgccjit_not_found_err
|
||||
fi])
|
||||
# `libgcc_not_found' may set `with_native_compilation' to `no'.
|
||||
AS_IF([test "$with_native_compilation" != "no"],
|
||||
[AC_CHECK_HEADERS([libgccjit.h], [],
|
||||
[if test "${with_native_compilation}" = "default"; then
|
||||
AC_CHECK_HEADERS([libgccjit.h], [],
|
||||
[if test "${with_native_compilation}" = "default"; then
|
||||
libgccjit_dev_not_found
|
||||
else
|
||||
libgccjit_dev_not_found_err
|
||||
fi])])
|
||||
fi])
|
||||
if test "${with_native_compilation}" != "no"; then
|
||||
# Check if libgccjit really works.
|
||||
AC_RUN_IFELSE([libgccjit_smoke_test], [],
|
||||
|
|
|
|||
Loading…
Reference in a new issue