X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=kmrcl.asd;h=c0048096bdfd0ff2acd146ee8f0039f9ecb127b4;hb=7847333b8ae50ed0a99839b484319358d6d8b0a9;hp=a0aa8e3f9eab1073473af6c44f9e26c7addd6c6b;hpb=8127923e06a01790d883aefd282db6c0419c484a;p=kmrcl.git diff --git a/kmrcl.asd b/kmrcl.asd index a0aa8e3..c004809 100644 --- a/kmrcl.asd +++ b/kmrcl.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: kmrcl.asd,v 1.13 2002/10/17 00:25:05 kevin Exp $ +;;;; $Id: kmrcl.asd,v 1.14 2002/10/18 05:14:49 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -17,7 +17,8 @@ ;;;; ************************************************************************* #+allegro (require :pxml) -#+allegro (require :aserve) +#+(and allegro (not common-lisp-controller)) (require :aserve) +#+(and allegro common-lisp-controller) (c-l-c::clc-require :aserve) #+(or lispworks cmu) (ignore-errors (require :aserve)) (in-package :asdf)