Signed-off-by: Stelian Ionescu <[email protected]>
---
 asdf.lisp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/asdf.lisp b/asdf.lisp
index 859d93c..0b4ba6c 100644
--- a/asdf.lisp
+++ b/asdf.lisp
@@ -2508,8 +2508,8 @@ located."
         (incf inherit)
         (funcall directive-validator directive))
     :finally
-    (unless (= inherit 1)
-      (error "One and only one of ~S or ~S is required"
+    (unless (<= inherit 1)
+      (error "At most one of ~S or ~S is allowed"
              :inherit-configuration :ignore-inherited-configuration)))
   form)
 
-- 
1.7.1


_______________________________________________
asdf-devel mailing list
[email protected]
http://common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel

Reply via email to