Blob Blame History Raw
diff -up openchange-openchange-2.3-VULCAN/configure.ac.disable-server-tools-build openchange-openchange-2.3-VULCAN/configure.ac
--- openchange-openchange-2.3-VULCAN/configure.ac.disable-server-tools-build	2015-11-27 08:30:31.481874706 +0100
+++ openchange-openchange-2.3-VULCAN/configure.ac	2015-11-27 08:33:39.769867245 +0100
@@ -284,7 +284,7 @@ AC_SUBST(COVERAGE_INIT)
 dnl ---------------------------------------------------------------------------
 dnl Check for check (unittest library)
 dnl ---------------------------------------------------------------------------
-PKG_CHECK_MODULES(CHECK, check, [testsuite=1], [AC_MSG_WARN(Conditions unmet for unit testing support)])
+#PKG_CHECK_MODULES(CHECK, check, [testsuite=1], [AC_MSG_WARN(Conditions unmet for unit testing support)])
 AC_SUBST(CHECK_CFLAGS)
 AC_SUBST(CHECK_LIBS)
 OC_RULE_ADD(testsuite, TESTSUITE)
@@ -292,7 +292,7 @@ OC_RULE_ADD(testsuite, TESTSUITE)
 dnl ---------------------------------------------------------------------------
 dnl Check for nanomsg library (server notification)
 dnl ---------------------------------------------------------------------------
-PKG_CHECK_MODULES(NANOMSG, libnanomsg, [], [AC_MSG_ERROR(Install nanomsg library >= 0.5)])
+#PKG_CHECK_MODULES(NANOMSG, libnanomsg, [], [AC_MSG_ERROR(Install nanomsg library >= 0.5)])
 AC_SUBST(NANOMSG_CFLAGS)
 AC_SUBST(NANO_LIBS)
 
@@ -698,16 +698,16 @@ AC_SUBST(MAPISTORE_TEST)
 OC_RULE_ADD(openchangeclient, TOOLS)
 #OC_RULE_ADD(mapistore_fsocpf, MAPISTORE)
 OC_RULE_ADD(mapipropsdump, TOOLS)
-OC_RULE_ADD(ocnotify, TOOLS)
+#OC_RULE_ADD(ocnotify, TOOLS)
 OC_RULE_ADD(exchange2ical, TOOLS)
-OC_RULE_ADD(rpcextract, TOOLS)
+#OC_RULE_ADD(rpcextract, TOOLS)
 OC_RULE_ADD(openchangepfadmin, TOOLS)
 OC_RULE_ADD(mapitest, TOOLS)
 OC_RULE_ADD(mapiprofile, TOOLS)
 OC_RULE_ADD(openchangemapidump, TOOLS)
 OC_RULE_ADD(schemaIDGUID, TOOLS)
 
-OC_RULE_ADD(check_fasttransfer, TOOLS)
+#OC_RULE_ADD(check_fasttransfer, TOOLS)
 OC_RULE_ADD(test_asyncnotif, TOOLS)