src/compile.lsp.in: removed unused statements that conflict with the real ones for building sb-bsd-sockets.

This commit is contained in:
Juanjo 2009-09-21 11:21:18 +02:00 committed by Juan Jose Garcia Ripoll
parent 8685d8beb7
commit c37757d262

6
src/compile.lsp.in Normal file → Executable file
View file

@ -200,12 +200,6 @@
:builtin
#+(or (NOT :WANTS-DLOPEN) :BUILTIN-SOCKETS) t
#-(or (NOT :WANTS-DLOPEN) :BUILTIN-SOCKETS) nil)
#+(and WANTS-SOCKETS WANTS-DLOPEN (not BUILTIN-SOCKETS))
(build-module "sb-bsd-sockets"
'("ext:sockets;sb-bsd-sockets.lisp")
:dir "build:ext;"
:prefix "EXT"
:builtin nil)
#+WANTS-SERVE-EVENT
(build-module "serve-event"