]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.ac: Clarify "smoke test" error message. (Bug#48804)
authorEli Zaretskii <eliz@gnu.org>
Thu, 3 Jun 2021 07:46:54 +0000 (10:46 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 3 Jun 2021 07:46:54 +0000 (10:46 +0300)
configure.ac

index 8830e4bed8f4f4ea82cd706c565dc7d0173245fa..fc00d980acc9108cca0eeceeb571d0b3036b87cd 100644 (file)
@@ -3785,9 +3785,11 @@ If you are sure you want Emacs be compiled without ELisp native compiler,
 pass the --without-nativecomp option to configure.])])
 
 AC_DEFUN([libgccjit_broken], [
-  AC_MSG_ERROR([The installed libgccjit did not pass the smoke test.
-You can verify it yourself by compiling:
+  AC_MSG_ERROR([The installed libgccjit failed to compile and run a test program using
+the libgccjit library; see config.log for the details of the failure.
+The test program can be found here:
 <https://gcc.gnu.org/onlinedocs/jit/intro/tutorial01.html>.
+You can try compiling it yourself to investigate the issues.
 Please report the issue to your distribution if libgccjit was installed through
 that.
 You can find the instructions on how to compile and install libgccjit from