X-Git-Url: http://git.kpe.io/?p=pubmed.git;a=blobdiff_plain;f=pubmed.asd;h=c50d5d840384541849ba58f5db4beada2d8410aa;hp=f7657ceeb88391435828e0da4a02a72559990960;hb=eff3a9e07671323f70e2ace7de54e48a2fc1b44e;hpb=f9da6f0a3f8316d0123be8f3812e7163e41b1890 diff --git a/pubmed.asd b/pubmed.asd index f7657ce..c50d5d8 100644 --- a/pubmed.asd +++ b/pubmed.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Sep 2002 ;;;; -;;;; $Id: pubmed.asd,v 1.1 2002/10/26 17:06:07 kevin Exp $ +;;;; $Id: pubmed.asd,v 1.2 2002/10/31 01:54:12 kevin Exp $ ;;;; ;;;; This file, part of cl-pubmed, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -18,8 +18,8 @@ (in-package :asdf) -#+(allegro common-lisp-controller) (c-l-c::clc-require :aserve) -#+(allegro (not common-lisp-controller)) (require :aserve) +#+(and allegro common-lisp-controller) (c-l-c::clc-require :aserve) +#+(and allegro (not common-lisp-controller)) (require :aserve) ;; only define system on implementations that aserve is available #+(or allegro lispworks cmucl mcl openmcl)