From: Nick Mathewson Date: Thu, 9 Jul 2015 17:36:27 +0000 (-0400) Subject: Fix dumb windows compilation bug in d9052c62 X-Git-Tag: tor-0.2.7.2-alpha~56 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f19a75e19bba48e1a124ef8c73968bab5cbeee13;p=thirdparty%2Ftor.git Fix dumb windows compilation bug in d9052c62 --- diff --git a/configure.ac b/configure.ac index 0f93e461f4..6fbd489c65 100644 --- a/configure.ac +++ b/configure.ac @@ -335,7 +335,7 @@ bwin32=true; AC_MSG_RESULT([yes]), bwin32=false; AC_MSG_RESULT([no])) fi -if test "$bwin32" = yes; then +if test "$bwin32" = true; then AC_DEFINE(WIN32_LEAN_AND_MEAN, 1, [Defined to avoid including some windows headers]) AC_DEFINE(WINVER, 0x0501, [Defined to access windows functions and definitions for >=WinXP]) AC_DEFINE(_WIN32_WINNT, 0x0501, [Defined to access windows functions and definitions for >=WinXP])