9317df
From ceac69bff953ebd9b54a1f3a032079523c4414d0 Mon Sep 17 00:00:00 2001
9317df
From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= <caolanm@redhat.com>
9317df
Date: Sun, 25 Oct 2020 20:23:39 +0000
9317df
Subject: [PATCH] 0.5.1 is sufficient
9317df
9317df
Change-Id: I710a83de8f261d6164eb760d3290c963a5bbe5e1
9317df
---
9317df
 configure.ac | 15 +--------------
9317df
 1 file changed, 1 insertion(+), 14 deletions(-)
9317df
9317df
diff --git a/configure.ac b/configure.ac
9317df
index a6696df15f06..c17fdf5b0d22 100644
9317df
--- a/configure.ac
9317df
+++ b/configure.ac
9317df
@@ -7050,7 +7050,7 @@ dnl Check for system libcmis
9317df
 dnl ===================================================================
9317df
 # libcmis requires curl and we can't build curl for iOS
9317df
 if test $_os != iOS; then
9317df
-    libo_CHECK_SYSTEM_MODULE([libcmis],[LIBCMIS],[libcmis-0.5 >= 0.5.2])
9317df
+    libo_CHECK_SYSTEM_MODULE([libcmis],[LIBCMIS],[libcmis-0.5 >= 0.5.0])
9317df
     ENABLE_LIBCMIS=TRUE
9317df
 else
9317df
     ENABLE_LIBCMIS=
9317df
@@ -7090,19 +7090,6 @@ elif test "$GCC" = "yes" -o "$COM_IS_CLANG" = TRUE; then
9317df
             #include <functional>
9317df
             #include <vector>
9317df
 
9317df
-            #if defined SYSTEM_LIBCMIS
9317df
-            // See ucb/source/ucp/cmis/auth_provider.hxx:
9317df
-            #if !defined __clang__
9317df
-            #pragma GCC diagnostic push
9317df
-            #pragma GCC diagnostic ignored "-Wdeprecated"
9317df
-            #pragma GCC diagnostic ignored "-Wunused-but-set-parameter"
9317df
-            #endif
9317df
-            #include <libcmis/libcmis.hxx>
9317df
-            #if !defined __clang__
9317df
-            #pragma GCC diagnostic pop
9317df
-            #endif
9317df
-            #endif
9317df
-
9317df
             void f(std::vector<int> & v, std::function<bool(int, int)> fn) {
9317df
                 std::sort(v.begin(), v.end(), fn);
9317df
             }
9317df
-- 
9317df
2.26.2
9317df