diff options
author | Mike Chiussi <chiussi@gmail.com> | 2006-09-07 00:51:20 +0000 |
---|---|---|
committer | Mike Chiussi <chiussi@gmail.com> | 2006-09-07 00:51:20 +0000 |
commit | 91d7ad660fc5e8ad6637742b670c4d248300f2cb (patch) | |
tree | c74b663beec638643656c63849ba2e6aa7657b20 /configure.in | |
parent | 5a8563baedd55062305094637d9701b2cf52abde (diff) | |
download | tor-91d7ad660fc5e8ad6637742b670c4d248300f2cb.tar.gz tor-91d7ad660fc5e8ad6637742b670c4d248300f2cb.zip |
- fixed up typos in eventdns.c
- configure lets user build with eventdns on win32
svn:r8332
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 3dc4c6ca31..d3f2654a83 100644 --- a/configure.in +++ b/configure.in @@ -96,9 +96,6 @@ if test $bwin32 = true; then AC_DEFINE(MS_WINDOWS,1, [Define to 1 if we are building for a Windows platform.]) -if test $eventdns = true; then -AC_MSG_ERROR([tor+eventdns not yet supported on Windows.]) -fi fi |