diff --git a/core/autoload/debug.el b/core/autoload/debug.el index 52e1d00b3..a6a7597e3 100644 --- a/core/autoload/debug.el +++ b/core/autoload/debug.el @@ -58,6 +58,8 @@ selection of all minor-modes, active or not." "Test to see if your root certificates are securely configured in emacs." (declare (interactive-only t)) (interactive) + (unless (string-match-p "\\_" system-configuration-features) + (warn "gnutls support isn't built into Emacs, there may be problems")) (if-let (bad-hosts (cl-loop for bad in '("https://wrong.host.badssl.com/"