r3253: *** empty log message ***
[pubmed.git] / pubmed.asd
index f7657ceeb88391435828e0da4a02a72559990960..c50d5d840384541849ba58f5db4beada2d8410aa 100644 (file)
@@ -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)