diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-11-01 13:22:16 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-11-01 13:22:16 -0400 |
commit | ef25f957e7912491ced116733e699ee341f2dadc (patch) | |
tree | 5764fb29363c8a75f2e34833caee590c7f2eeb54 /configure.ac | |
parent | 9635843342cb98340a965c40d9afcbe69c8d12df (diff) | |
parent | 221f5238aed47f4436916a1da5c6f0423c7fe3e1 (diff) | |
download | tor-ef25f957e7912491ced116733e699ee341f2dadc.tar.gz tor-ef25f957e7912491ced116733e699ee341f2dadc.zip |
Merge branch 'tor_api_squashed'
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 0e93e8de5e..50dfd5d96c 100644 --- a/configure.ac +++ b/configure.ac @@ -375,6 +375,7 @@ AH_BOTTOM([ AM_CONDITIONAL(BUILD_NT_SERVICES, test "x$bwin32" = "xtrue") +AM_CONDITIONAL(BUILD_LIBTORRUNNER, test "x$bwin32" != "xtrue") dnl Enable C99 when compiling with MIPSpro AC_MSG_CHECKING([for MIPSpro compiler]) |