From: espen Date: Fri, 22 Mar 2002 22:33:50 +0000 (+0000) Subject: Added suggestion from Marco Antoniotti about missing MK:DEFSYSTEM X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/commitdiff_plain/04c42e19bab5168a47c788a60559ce85a01f0e23 Added suggestion from Marco Antoniotti about missing MK:DEFSYSTEM --- 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.~@ +