You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
483 B
12 lines
483 B
diff -Naur davfs2-1.5.6.orig/configure davfs2-1.5.6/configure |
|
--- davfs2-1.5.6.orig/configure 2020-06-22 16:38:50.960700791 +0100 |
|
+++ davfs2-1.5.6/configure 2020-06-22 16:39:00.927854491 +0100 |
|
@@ -6800,7 +6800,7 @@ |
|
$as_echo "$ne_cv_lib_neon" >&6; } |
|
if test "$ne_cv_lib_neon" = "yes"; then |
|
ne_cv_lib_neonver=no |
|
- for v in 27 28 29 30; do |
|
+ for v in 27 28 29 30 31; do |
|
case $ne_libver in |
|
0.$v.*) ne_cv_lib_neonver=yes ;; |
|
esac
|
|
|