Fix gnutls-cli detection (#80)

This commit is contained in:
Henrik Lissner 2017-05-22 14:20:02 +02:00
parent c01162b759
commit 086b306562

View file

@ -96,7 +96,7 @@
;; --- is the environment set up properly? --------------------
;; gnutls-cli & openssl
(unless (not (executable-find "gnutls-cli"))
(unless (executable-find "gnutls-cli")
(cond ((executable-find "openssl")
(let* ((output (shell-command-to-string "openssl ciphers -v"))
(protocols