summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-09-06 17:42:05 +0000
committerNick Mathewson <nickm@torproject.org>2007-09-06 17:42:05 +0000
commitf17a38ab04636235e672ccbf7e96742a8e3f79f5 (patch)
treef365c36e1b9bd413bf680ffa3b746f2509ea9ff1 /configure.in
parentc5b4f779eca4769ec8d59ebdc6e179731d5075ed (diff)
downloadtor-f17a38ab04636235e672ccbf7e96742a8e3f79f5.tar.gz
tor-f17a38ab04636235e672ccbf7e96742a8e3f79f5.zip
r14940@catbus: nickm | 2007-09-06 13:22:26 -0400
Move NT services code into its own C file. Probably will not build happily on win32 yet; more hacking needed. svn:r11388
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 1f62c11162..bf2458f891 100644
--- a/configure.in
+++ b/configure.in
@@ -126,6 +126,7 @@ fi
if test $bwin32 = true; then
AC_DEFINE(MS_WINDOWS, 1, [Define to 1 if we are building for Windows.])
fi
+AM_CONDITIONAL(BUILD_NT_SERVICES, test x$bwin32 = xtrue)
dnl Enable C99 when compiling with MIPSpro
AC_MSG_CHECKING([for MIPSpro compiler])