]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix dumb windows compilation bug in d9052c62
authorNick Mathewson <nickm@torproject.org>
Thu, 9 Jul 2015 17:36:27 +0000 (13:36 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 9 Jul 2015 17:36:27 +0000 (13:36 -0400)
configure.ac

index 0f93e461f4cfc7242cbb38c6688a7cbe5bb74faa..6fbd489c65b27482f6dc8054462494dad3b4217b 100644 (file)
@@ -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])