r10077: * multiple: Apply patch from Joerg Hoehle with multiple
[clsql.git] / clsql-uffi.asd
index 215e6bcada0116514e5ddf06f24bfe6af70482fb..ad9f93f47c6ec0a314f9c2ba5f59a52469f534e8 100644 (file)
@@ -20,8 +20,8 @@
 
 ;; need to load uffi for below output-files method 
 (eval-when (:compile-toplevel :load-toplevel :execute)
-  #+common-lisp-controller (require 'uffi)
-  #-common-lisp-controller (asdf:operate 'asdf:load-op 'uffi))
+  (unless (find-package 'uffi)
+    (asdf:operate 'asdf:load-op 'uffi)))
 
 (defpackage clsql-uffi-system (:use #:asdf #:cl))
 (in-package clsql-uffi-system)
@@ -76,7 +76,6 @@
        (and (probe-file lib)
             (> (file-write-date lib) (file-write-date (component-pathname c)))))))
   
-#+(or allegro lispworks cmu sbcl openmcl mcl scl)
 (defsystem clsql-uffi
   :name "cl-sql-base"
   :author "Kevin M. Rosenberg <kmr@debian.org>"