From 1692cd238e9aa3ca15f6d04242bcf952bf0fb748 Mon Sep 17 00:00:00 2001 From: David Lichteblau Date: Fri, 14 May 2010 15:52:52 +0200 Subject: [PATCH] Workarounds fuer Probleme beim Kompilieren unter Allegro --- cxml.asd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cxml.asd b/cxml.asd index 7d43f6f..51cfb50 100644 --- a/cxml.asd +++ b/cxml.asd @@ -133,4 +133,4 @@ (asdf:defsystem :cxml :components () - :depends-on (:cxml-dom :cxml-klacks :cxml-test)) + :depends-on (:cxml-dom :cxml-klacks #-allegro :cxml-test)) -- 2.11.4.GIT