From: Kevin M. Rosenberg Date: Mon, 5 May 2003 20:15:22 +0000 (+0000) Subject: r4813: Auto commit for Debian build X-Git-Tag: v1.96~232 X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=commitdiff_plain;h=0fa8f28d8deecc9d2f42ab124826ba85040feefc r4813: Auto commit for Debian build --- 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*)))