From 04c42e19bab5168a47c788a60559ce85a01f0e23 Mon Sep 17 00:00:00 2001 Message-Id: <04c42e19bab5168a47c788a60559ce85a01f0e23.1746661118.git.mdw@distorted.org.uk> From: Mark Wooding Date: Fri, 22 Mar 2002 22:33:50 +0000 Subject: [PATCH] Added suggestion from Marco Antoniotti about missing MK:DEFSYSTEM Organization: Straylight/Edgeware From: espen --- clg.system | 239 +++++++++++++++++++++++++++-------------------------- 1 file changed, 122 insertions(+), 117 deletions(-) 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.~@ +