Blame SOURCES/openchange-1.0-OC_RULE_ADD-fix.patch

17a85d
diff -up openchange-2.1-QUADRANT/configure.ac.OC_RULE_ADD-fix openchange-2.1-QUADRANT/configure.ac
17a85d
--- openchange-2.1-QUADRANT/configure.ac.OC_RULE_ADD-fix	2014-04-28 11:41:13.075975644 +0200
17a85d
+++ openchange-2.1-QUADRANT/configure.ac	2014-04-28 11:56:50.991936546 +0200
17a85d
@@ -639,7 +639,7 @@ dnl ####################################
17a85d
 dnl mapiproxy server
17a85d
 dnl ##########################################################################
17a85d
 if test x$PYTHON != x; then
17a85d
-	if test "x$SAMBASERVER_LIBS" != x ; then
17a85d
+	if test "x$SAMDB_LIBS" != x -a "x$SAMBASERVER_LIBS" != x ; then
17a85d
 		mapiproxy=1
17a85d
 	fi
17a85d
 fi