aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-10-18 19:34:19 -0400
committerNick Mathewson <nickm@torproject.org>2017-11-01 13:22:09 -0400
commite8682c85945b3283adb113f29f9fbd7977a052aa (patch)
treee7d327decb7696a5c896a66d66a8298d7fddfcc7 /configure.ac
parentfa02ea102e3ccc946d269788e88c6818e84ad6f8 (diff)
downloadtor-e8682c85945b3283adb113f29f9fbd7977a052aa.tar.gz
tor-e8682c85945b3283adb113f29f9fbd7977a052aa.zip
Add a small library to emulate tor_run_main() with exec()
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c026464269..b9e737cf4c 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])