summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJin^eLD <jin@mediatomb.cc>2013-10-16 17:42:00 +0200
committerJin^eLD <jin@mediatomb.cc>2013-10-16 18:03:33 +0200
commit07d334bbe317857f649799b2d7ef4bc4778b26c7 (patch)
tree0f5456231a4f415f3f4782972b2f4887a9be7935 /configure.ac
parentd01b4a8e00953e2f891462bbf92896d4373d5a54 (diff)
Do not build tox_sync on win32
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 dba051c7..62bb91bd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -587,6 +587,7 @@ AM_CONDITIONAL(BUILD_TESTS, test "x$BUILD_TESTS" = "xyes")
587AM_CONDITIONAL(BUILD_NTOX, test "x$BUILD_NTOX" = "xyes") 587AM_CONDITIONAL(BUILD_NTOX, test "x$BUILD_NTOX" = "xyes")
588AM_CONDITIONAL(BUILD_AV, test "x$BUILD_AV" = "xyes") 588AM_CONDITIONAL(BUILD_AV, test "x$BUILD_AV" = "xyes")
589AM_CONDITIONAL(BUILD_TESTING, test "x$BUILD_TESTING" = "xyes") 589AM_CONDITIONAL(BUILD_TESTING, test "x$BUILD_TESTING" = "xyes")
590AM_CONDITIONAL(WIN32, test "x$WIN32" = "xyes")
590 591
591AC_CONFIG_FILES([Makefile 592AC_CONFIG_FILES([Makefile
592 build/Makefile 593 build/Makefile