X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=f23c72e7a6a739bd0eea4b750edd63c556993cb7;hb=ed38cba0d2ed61535a9911969bfd000d5ae1ffb9;hp=7eaebb60425a223499fb974c0f9ec1a909544812;hpb=7578d25c5e6fe5e451c83d4ac427caaf618d8937;p=hyperobject.git diff --git a/package.lisp b/package.lisp index 7eaebb6..f23c72e 100644 --- a/package.lisp +++ b/package.lisp @@ -7,9 +7,9 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: package.lisp,v 1.44 2003/04/28 21:11:55 kevin Exp $ +;;;; $Id: package.lisp,v 1.46 2003/05/14 05:29:48 kevin Exp $ ;;;; -;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg +;;;; This file is Copyright (c) 2000-2003 by Kevin M. Rosenberg ;;;; ************************************************************************* (eval-when (:compile-toplevel :execute) @@ -25,7 +25,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*)))