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