From: espen Date: Fri, 22 Mar 2002 22:33:50 +0000 (+0000) Subject: Added suggestion from Marco Antoniotti about missing MK:DEFSYSTEM X-Git-Tag: clg-0-90~322 X-Git-Url: https://git.distorted.org.uk/~mdw/clg/commitdiff_plain/ea15befbcae7b86abda6d687615d7eb9449b3b40?hp=201c9293a012bfce1c30f33795fb016c930e917b 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.~@ +