r8147: new version
[clsql.git] / clsql-oracle.asd
index 628fd61bb123d850dc8f3aa80e89432aa9eb09d4..92b7059fad79da69fcbfbd7055824b4ca0b6e9cf 100644 (file)
@@ -8,7 +8,7 @@
 
 ;;; System definition
 
-#+(or allegro lispworks cmu sbcl openmcl mcl scl)
+#+cmu
 (defsystem clsql-oracle
   :name "cl-sql-oracle"
   :author "Kevin M. Rosenberg <kmr@debian.org>"
@@ -28,3 +28,6 @@
               (:file "oracle-sql" :depends-on ("oracle" "alien-resources"))
               (:file "oracle-objects" :depends-on ("oracle-sql")))))
     :depends-on (:clsql-base))
+
+#-cmu
+(defsystem clsql-oracle)