aboutsummaryrefslogtreecommitdiffstats
path: root/community/davfs2/fix-neon-version.patch
blob: a5b5d96521c40e4d78daa01a7299cc3435f47534 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Upstream: No
Reason: Allow building with neon 0.31
diff --git a/configure.ac b/configure.ac
index 594ab6f..c8294ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,7 +36,7 @@ AC_PROG_LN_S
 # Checks for libraries.
 AM_GNU_GETTEXT_VERSION(0.18.1)
 AM_GNU_GETTEXT([external])
-NE_REQUIRE_VERSIONS([0], [27 28 29 30])
+NE_REQUIRE_VERSIONS([0], [27 28 29 30 31])
 DAV_CHECK_NEON
 
 # Checks for header files.