diff options
| author | Eli Zaretskii | 2021-06-03 10:46:54 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2021-06-03 10:46:54 +0300 |
| commit | ed19ffc346282e6d4dc63bcc90dd4d25910c6b6c (patch) | |
| tree | 11c22558c2c2c9829bc2a10cdb0cdc827124b6b8 | |
| parent | d08067d3620654fbe2352d42de8152ea20159cc4 (diff) | |
| download | emacs-ed19ffc346282e6d4dc63bcc90dd4d25910c6b6c.tar.gz emacs-ed19ffc346282e6d4dc63bcc90dd4d25910c6b6c.zip | |
* configure.ac: Clarify "smoke test" error message. (Bug#48804)
| -rw-r--r-- | configure.ac | 6 |
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, | |||
| 3785 | pass the --without-nativecomp option to configure.])]) | 3785 | pass the --without-nativecomp option to configure.])]) |
| 3786 | 3786 | ||
| 3787 | AC_DEFUN([libgccjit_broken], [ | 3787 | AC_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 |
| 3789 | You can verify it yourself by compiling: | 3789 | the libgccjit library; see config.log for the details of the failure. |
| 3790 | The 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>. |
| 3792 | You can try compiling it yourself to investigate the issues. | ||
| 3791 | Please report the issue to your distribution if libgccjit was installed through | 3793 | Please report the issue to your distribution if libgccjit was installed through |
| 3792 | that. | 3794 | that. |
| 3793 | You can find the instructions on how to compile and install libgccjit from | 3795 | You can find the instructions on how to compile and install libgccjit from |