From 8ef1fe13db8b51951d43fc6e05051eacbdbc13d5 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Wed, 8 Jun 2005 19:30:30 +0000 Subject: [PATCH] r10576: new debian version --- clsql-mysql.asd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1