From 2da987306982313fb59821d030218ebb1b389322 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Wed, 8 Aug 2007 00:16:53 +0000 Subject: [PATCH] eventdns is on by default in current alpha and current stable, so no need to specify it explicitly. i think. svn:r11055 --- doc/tor-win32-mingw-creation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tor-win32-mingw-creation.txt b/doc/tor-win32-mingw-creation.txt index 04b98dd837..2b3474b129 100644 --- a/doc/tor-win32-mingw-creation.txt +++ b/doc/tor-win32-mingw-creation.txt @@ -113,7 +113,7 @@ Extract Tor: Type "tar zxf latest-tor-alpha.tar.gz" cd tor- -Type "./configure --enable-eventdns --enable-static --disable-shared" +Type "./configure --enable-static --disable-shared" Type "make" You now have a tor.exe in src/or/. This is Tor.