X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=mop.lisp;h=07240b77d9c0f7f1c0a228b0e6d070a379973a37;hp=5bfe3d01ebab6ab1ff667c89bf74ef4d1d05e7fa;hb=a5e8d90b159f1a8dcef4e954a97cae6eb5396423;hpb=76085dbb3fc5cb7e40deb1e183c858c19d20b21f 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*)))