summaryrefslogtreecommitdiff
path: root/lisp/mail
diff options
context:
space:
mode:
authorAndrea Corallo <akrl@sdf.org>2022-02-11 15:00:57 +0100
committerAndrea Corallo <akrl@sdf.org>2022-02-11 15:36:00 +0100
commit6015d5e8eee9baa328f81dbcdf14fda2a21f2286 (patch)
treec45e0b944e7459c75ecd8e85fa01632c10933946 /lisp/mail
parentefaa0ebca9ec445329643fea2f9fe883d7ccdc3a (diff)
downloademacs-6015d5e8eee9baa328f81dbcdf14fda2a21f2286.tar.gz
emacs-6015d5e8eee9baa328f81dbcdf14fda2a21f2286.tar.bz2
emacs-6015d5e8eee9baa328f81dbcdf14fda2a21f2286.zip
* lisp/mail/emacsbug.el (report-emacs-bug): Report libgccjit status.
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/emacsbug.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el
index f5559e39f68..1bda609d105 100644
--- a/lisp/mail/emacsbug.el
+++ b/lisp/mail/emacsbug.el
@@ -304,6 +304,9 @@ usually do not have translators for other languages.\n\n")))
(emacs-bug--system-description)
(insert "Configured features:\n" system-configuration-features "\n\n")
(fill-region (line-beginning-position -1) (point))
+ (when (and (featurep 'native-compile)
+ (null (native-comp-available-p)))
+ (insert "(NATIVE_COMP present but libgccjit not available)\n\n"))
(insert "Important settings:\n")
(mapc
(lambda (var)