[bknr-cvs] r2457 - branches/trunk-reorg/thirdparty/hunchentoot-0.15.0

hhubner at common-lisp.net hhubner at common-lisp.net
Sun Feb 10 22:47:13 UTC 2008


Author: hhubner
Date: Sun Feb 10 17:47:10 2008
New Revision: 2457

Modified:
   branches/trunk-reorg/thirdparty/hunchentoot-0.15.0/hunchentoot.asd
Log:
acl-compat does not actually seem to be needed with current CCL and
Hunchentoot.


Modified: branches/trunk-reorg/thirdparty/hunchentoot-0.15.0/hunchentoot.asd
==============================================================================
--- branches/trunk-reorg/thirdparty/hunchentoot-0.15.0/hunchentoot.asd	(original)
+++ branches/trunk-reorg/thirdparty/hunchentoot-0.15.0/hunchentoot.asd	Sun Feb 10 17:47:10 2008
@@ -51,7 +51,7 @@
                :rfc2388
                #+:sbcl :sb-bsd-sockets
                #+:sbcl :sb-posix
-               #+:openmcl :acl-compat
+               ; #+:openmcl :acl-compat
                :url-rewrite)
   :components ((:file "packages")
                (:file "conditions")



More information about the Bknr-cvs mailing list