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

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