]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: whoops, really remove the default reactor=poll this time
authorZooko O'Whielacronx <zooko@zooko.com>
Wed, 30 Jul 2008 03:23:58 +0000 (20:23 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Wed, 30 Jul 2008 03:23:58 +0000 (20:23 -0700)
Makefile

index 6f07e027ff567b0b0ef1df7508ee1f2d66469b37..5f6fa88e342dd7de3d8d3277548643bae9b06ea5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ endif
 ifneq ($(REACTOR),)
        REACTOROPT := --reactor=$(REACTOR)
 else
-       REACTOROPT := --reactor=poll
+       REACTOROPT :=
 endif
 
 ifneq ($(PYTHONPATH),)