setup: whoops, really remove the default reactor=poll this time

This commit is contained in:
Zooko O'Whielacronx 2008-07-29 20:23:58 -07:00
parent 677f26f0f4
commit bd0fe3588b

View File

@ -39,7 +39,7 @@ endif
ifneq ($(REACTOR),)
REACTOROPT := --reactor=$(REACTOR)
else
REACTOROPT := --reactor=poll
REACTOROPT :=
endif
ifneq ($(PYTHONPATH),)