r4865: Auto commit for Debian build
[hyperobject.git] / package.lisp
index 7eaebb60425a223499fb974c0f9ec1a909544812..8c61b3c50e443aac1676bbb3b4a7d00222edee3f 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; 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.45 2003/05/07 16:01:48 kevin Exp $
 ;;;;
 ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg
 ;;;; *************************************************************************
@@ -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*)))