Remove old windows .dll files from source
[clsql.git] / clsql-mysql.asd
index 6f4acfb18d58c23d72ed74087a5c2a699ec4be59..12b8479dbec78c9c1a4efa647b78d6096596555a 100644 (file)
@@ -48,7 +48,8 @@
   t)
 
 (defmethod operation-done-p ((o load-op) (c clsql-mysql-source-file))
-  (and (symbol-function (intern (symbol-name '#:mysql-get-client-info)
+  (and (find-package '#:mysql)
+       (symbol-function (intern (symbol-name '#:mysql-get-client-info)
                                (find-package '#:mysql)))
        t))