X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/b030f2d9b679b9b18db0356ab0f2a2086ea61939..04c42e19bab5168a47c788a60559ce85a01f0e23:/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.~@ +