From 8fc59e6b3908e4b275735e80a168964d4769fd54 Mon Sep 17 00:00:00 2001 Message-Id: <8fc59e6b3908e4b275735e80a168964d4769fd54.1716549838.git.mdw@distorted.org.uk> From: Mark Wooding Date: Mon, 25 Apr 2005 21:32:57 +0000 Subject: [PATCH] Feature :clg-pcl reneamed to :non-broken-pcl Organization: Straylight/Edgeware From: espen --- glib/glib.asd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/glib.asd b/glib/glib.asd index 99910c9..1dc8f16 100644 --- a/glib/glib.asd +++ b/glib/glib.asd @@ -26,7 +26,7 @@ (defsystem glib :depends-on (clg-tools) :components ((:file "defpackage") - #+(and cmu (not clg-pcl))(:file "pcl") + #+(and cmu (not non-broken-pcl))(:file "pcl") ;; For preloading to work in glib 2.6, the library needs to ;; be configured and build with '--disable-visibility' (:unix-dso "preload" -- [mdw]