diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-10-18 19:34:19 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-11-01 13:22:09 -0400 |
commit | e8682c85945b3283adb113f29f9fbd7977a052aa (patch) | |
tree | e7d327decb7696a5c896a66d66a8298d7fddfcc7 /configure.ac | |
parent | fa02ea102e3ccc946d269788e88c6818e84ad6f8 (diff) | |
download | tor-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.ac | 1 |
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]) |