aboutsummaryrefslogtreecommitdiffstats
path: root/community/davfs2/fix-neon-version.patch
blob: d7b58f25213a25612d2a68b78c39b083439dca2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Upstream: No
Reason: Allow building with neon 0.31
--- 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.