From: espen Date: Wed, 2 Jan 2008 15:53:24 +0000 (+0000) Subject: Removed comment about setting up logical pathname translation X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/commitdiff_plain/b8a9e4d372bce9188a094d07cc738554239d8470 Removed comment about setting up logical pathname translation --- diff --git a/glib/glib.asd b/glib/glib.asd index d083773..a21100b 100644 --- a/glib/glib.asd +++ b/glib/glib.asd @@ -6,11 +6,6 @@ (defpackage "GLIB-SYSTEM" (:use "COMMON-LISP" "ASDF" "PKG-CONFIG")) -;;; Better put this in ~/.cmucl-init.lisp or some other file read at startup -;; (setf -;; (logical-pathname-translations "clg") -;; '(("**;*.*.*" "/home/espen/src/clg/**/"))) - (in-package "GLIB-SYSTEM") (pkg-exists-p "glib-2.0" :atleast-version "2.4.0" :error t) @@ -45,4 +40,4 @@ (:file "gobject" :depends-on ("gparam")) (:file "ginterface" :depends-on ("gobject")) (:file "gcallback" :depends-on ("gtype" "gparam" "gobject")) - (:file "gerror" :depends-on ("gcallback")))) \ No newline at end of file + (:file "gerror" :depends-on ("gcallback"))))