chiark / gitweb /
Default value to error arg to pkg-exists-p changed to NIL
[clg] / tools / config.lisp
index 2d3209a4dea96d95caa93e5235cedfaad7fa09a1..bfc660dbc5ccc6eec19a40c13d044c4b4fa77429 100644 (file)
@@ -68,8 +68,7 @@ (defun pkg-libs (package)
   (split-string (first (run-pkg-config package t "--libs"))))
 
 
-(defun pkg-exists-p (package &key version atleast-version max-version
-                    ( error t))
+(defun pkg-exists-p (package &key version atleast-version max-version error)
   (let ((version-check
         (cond
          (version (format nil "= ~A" version))