emacs-31 a25cf2b9865 1/2: Revert "Fix the Android build"
"John-David T. Smith" via Mailing list for Emacs changes <[email protected]>
| Newsgroups | gmane.emacs.diffs |
|---|---|
| Message-ID | <[email protected]> |
branch: emacs-31 commit a25cf2b986560cfe82f4bd26eaa1526a70c1a072 Author: JD Smith <[email protected]> Commit: JD Smith <[email protected]> Revert "Fix the Android build" This reverts commit 916572f6e0ab3e36f7098b6d9b5ff19f87240da4, in favor of another fix. --- configure.ac | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index cfa238e254c..d2967210bc3 100644 --- a/configure.ac +++ b/configure.ac @@ -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], [],