summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-27 12:35:48 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-27 12:35:48 -0400
commit3d606dddb9a104466906069bd21acbdfb1270b58 (patch)
tree284b78d6878058b25369f7cb6a57b226bf446daf /configure.ac
parent1e2e0f7e461b4518b123c4050c3dbc786ac422c4 (diff)
downloadtor-3d606dddb9a104466906069bd21acbdfb1270b58.tar.gz
tor-3d606dddb9a104466906069bd21acbdfb1270b58.zip
fixup! Move format_win32_error into lib/log/
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6d112b8c2f..c99f9eee95 100644
--- a/configure.ac
+++ b/configure.ac
@@ -422,7 +422,7 @@ AH_BOTTOM([
#endif
])
-
+AM_CONDITIONAL(WIN32, test "x$bwin32" = "xtrue")
AM_CONDITIONAL(BUILD_NT_SERVICES, test "x$bwin32" = "xtrue")
AM_CONDITIONAL(BUILD_LIBTORRUNNER, test "x$bwin32" != "xtrue")