use fboundp instead of string-match-p
This commit is contained in:
parent
483f2a492c
commit
16b7c58da9
1 changed files with 2 additions and 2 deletions
|
@ -9,5 +9,5 @@
|
|||
(unless (executable-find "cmake")
|
||||
(warn! "Couldn't find cmake command. Please install it on your system"))
|
||||
|
||||
(unless (string-match-p "MODULES" system-configuration-features)
|
||||
(error! "You have to compile emacs with MODULES support"))
|
||||
(unless (fboundp 'module-load)
|
||||
(warn! "You have to compile emacs with MODULES support"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue