aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2021-06-03 10:46:54 +0300
committerEli Zaretskii2021-06-03 10:46:54 +0300
commited19ffc346282e6d4dc63bcc90dd4d25910c6b6c (patch)
tree11c22558c2c2c9829bc2a10cdb0cdc827124b6b8
parentd08067d3620654fbe2352d42de8152ea20159cc4 (diff)
downloademacs-ed19ffc346282e6d4dc63bcc90dd4d25910c6b6c.tar.gz
emacs-ed19ffc346282e6d4dc63bcc90dd4d25910c6b6c.zip
* configure.ac: Clarify "smoke test" error message. (Bug#48804)
-rw-r--r--configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 8830e4bed8f..fc00d980acc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3785,9 +3785,11 @@ If you are sure you want Emacs be compiled without ELisp native compiler,
3785pass the --without-nativecomp option to configure.])]) 3785pass the --without-nativecomp option to configure.])])
3786 3786
3787AC_DEFUN([libgccjit_broken], [ 3787AC_DEFUN([libgccjit_broken], [
3788 AC_MSG_ERROR([The installed libgccjit did not pass the smoke test. 3788 AC_MSG_ERROR([The installed libgccjit failed to compile and run a test program using
3789You can verify it yourself by compiling: 3789the libgccjit library; see config.log for the details of the failure.
3790The test program can be found here:
3790<https://gcc.gnu.org/onlinedocs/jit/intro/tutorial01.html>. 3791<https://gcc.gnu.org/onlinedocs/jit/intro/tutorial01.html>.
3792You can try compiling it yourself to investigate the issues.
3791Please report the issue to your distribution if libgccjit was installed through 3793Please report the issue to your distribution if libgccjit was installed through
3792that. 3794that.
3793You can find the instructions on how to compile and install libgccjit from 3795You can find the instructions on how to compile and install libgccjit from