X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/bb4e8c32ef5c48082181a8ccbc66ae79e5f05f3c..ea15befbcae7b86abda6d687615d7eb9449b3b40:/clg.system diff --git a/clg.system b/clg.system index 5b54302..1a84665 100644 --- a/clg.system +++ b/clg.system @@ -6,6 +6,15 @@ (in-package "CLG-SYSTEM") +;; Suggested by Marco Antoniotti +(eval-when (:load-toplevel :execute :compile-toplevel) + (unless (find-package "MAKE") + (error "CLG requires the MK:DEFSYSTEM to be properly compiled ~ + and loaded.~%~ + You can download MK:DEFSYSTEM from the CLOCC.~@ +