From: Kevin M. Rosenberg Date: Wed, 8 Jun 2005 19:30:30 +0000 (+0000) Subject: r10576: new debian version X-Git-Tag: v3.8.6~141 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=8ef1fe13db8b51951d43fc6e05051eacbdbc13d5 r10576: new debian version --- diff --git a/clsql-mysql.asd b/clsql-mysql.asd index 0092175..0ac546d 100644 --- a/clsql-mysql.asd +++ b/clsql-mysql.asd @@ -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)))) - (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