git.fiddlerwoaroof.com
Browse code

Restore post-office.asd compatibility with Allegro

Orivej Desh authored on 10/02/2012 19:13:40
Showing 1 changed files
... ...
@@ -2,7 +2,8 @@
2 2
   :serial t
3 3
   :depends-on (#:acl-compat #:cl+ssl)
4 4
   :components
5
-  ((:file "compat")
5
+  (#-allegro
6
+   (:file "compat")
6 7
    (:file "imap")
7 8
    ;; (:file "smtp")
8 9
    ))