r10576: new debian version
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 8 Jun 2005 19:30:30 +0000 (19:30 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 8 Jun 2005 19:30:30 +0000 (19:30 +0000)
clsql-mysql.asd

index 009217555237a931b8bc8dfba342677268d0a66d..0ac546d23b7616eef3080d2d1c4d517b67b0e7dd 100644 (file)
@@ -67,7 +67,7 @@
   (or (and (probe-file #p"/usr/lib/clsql/clsql_mysql.so") t)
       (let ((lib (make-pathname :defaults (component-pathname c)
                                :type (uffi:default-foreign-library-type))))
   (or (and (probe-file #p"/usr/lib/clsql/clsql_mysql.so") t)
       (let ((lib (make-pathname :defaults (component-pathname c)
                                :type (uffi:default-foreign-library-type))))
-       (and (probe-file lib)
+       (and (probe-file lib) (probe-file (component-pathname c))
             (> (file-write-date lib) (file-write-date (component-pathname c)))))))
 
 ;;; System definition
             (> (file-write-date lib) (file-write-date (component-pathname c)))))))
 
 ;;; System definition