diff options
author | Roger Dingledine <arma@torproject.org> | 2007-08-08 00:16:53 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-08-08 00:16:53 +0000 |
commit | 2da987306982313fb59821d030218ebb1b389322 (patch) | |
tree | 87dd366c9107732b8e1b4500abbccebf2702c9ec /doc/tor-win32-mingw-creation.txt | |
parent | a92f1d470aa1aee65f5b3cd5d4994d371c57645b (diff) | |
download | tor-2da987306982313fb59821d030218ebb1b389322.tar.gz tor-2da987306982313fb59821d030218ebb1b389322.zip |
eventdns is on by default in current alpha and current stable,
so no need to specify it explicitly. i think.
svn:r11055
Diffstat (limited to 'doc/tor-win32-mingw-creation.txt')
-rw-r--r-- | doc/tor-win32-mingw-creation.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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-<version> -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. |