From 0fa8f28d8deecc9d2f42ab124826ba85040feefc Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 5 May 2003 20:15:22 +0000 Subject: [PATCH] r4813: Auto commit for Debian build --- mop.lisp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mop.lisp b/mop.lisp index 5bfe3d0..07240b7 100644 --- a/mop.lisp +++ b/mop.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2003 ;;;; -;;;; $Id: mop.lisp,v 1.13 2003/04/30 03:18:55 kevin Exp $ +;;;; $Id: mop.lisp,v 1.14 2003/05/05 20:15:22 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -29,7 +29,8 @@ #+cmu (eval-when (:compile-toplevel :load-toplevel :execute) - (if (find-package 'mop) + (if (eq (symbol-package 'pcl:find-class) + (find-package 'common-lisp)) (pushnew :kmr-cmucl-mop cl:*features*) (pushnew :kmr-cmucl-pcl cl:*features*))) -- 2.34.1