[bknr-cvs] r2534 - branches/trunk-reorg/thirdparty/hunchentoot-0.15.0
hhubner at common-lisp.net
hhubner at common-lisp.net
Mon Feb 18 11:33:01 UTC 2008
Author: hhubner
Date: Mon Feb 18 06:32:59 2008
New Revision: 2534
Modified:
branches/trunk-reorg/thirdparty/hunchentoot-0.15.0/hunchentoot.asd
Log:
Re-enable acl-compat, needed for WITH-TIMEOUT (but I'd rather see that not
used).
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 Mon Feb 18 06:32:59 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