1.0.6.57: fix sb-bsd-socket build on win32
authorJuho Snellman <jsnell@iki.fi>
Wed, 20 Jun 2007 08:35:28 +0000 (08:35 +0000)
committerJuho Snellman <jsnell@iki.fi>
Wed, 20 Jun 2007 08:35:28 +0000 (08:35 +0000)
         * Reported by Yaroslav Kavenchuk.

contrib/sb-bsd-sockets/sb-bsd-sockets.asd
version.lisp-expr

index f3051e9..b70a7b0 100644 (file)
@@ -21,7 +21,7 @@
                 #+win32 (sb-grovel:grovel-constants-file
                          "win32-constants"
                          :package :sockint
-                          :do-not-grovel (progn #-sb-compiling-contribs t)
+                          :do-not-grovel #.(progn #-sb-building-contrib t)
                          :depends-on  ("defpackage" "win32-lib"))
                  #+win32 (:file "win32-sockets"
                                :depends-on ("win32-constants"))
index e30deb9..c0a6c33 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.6.56"
+"1.0.6.57"