tags 473933 + patch
usertag 473933 + proposed-patch
thanks

Adding 28 to configure.ac and running autoconf to update configure script
fixes the problem.

Patch attached.

-- 
Regards,
Andreas Henriksson
diff -uri davfs2-1.3.0.orig/configure davfs2-1.3.0/configure
--- davfs2-1.3.0.orig/configure	2008-02-06 09:56:13.000000000 +0000
+++ davfs2-1.3.0/configure	2008-04-02 13:28:30.000000000 +0000
@@ -5546,7 +5546,7 @@
 echo "${ECHO_T}$ne_cv_lib_neon" >&6; }
     if test "$ne_cv_lib_neon" = "yes"; then
        ne_cv_lib_neonver=no
-       for v in 25 26 27; do
+       for v in 25 26 27 28; do
           case $ne_libver in
           0.$v.*) ne_cv_lib_neonver=yes ;;
           esac
@@ -5741,8 +5741,8 @@
     neon_got_library=yes
 
 else
-    { echo "$as_me:$LINENO: incompatible neon library version $ne_libver: wanted 0.25 26 27" >&5
-echo "$as_me: incompatible neon library version $ne_libver: wanted 0.25 26 27" >&6;}
+    { echo "$as_me:$LINENO: incompatible neon library version $ne_libver: wanted 0.25 26 27 28" >&5
+echo "$as_me: incompatible neon library version $ne_libver: wanted 0.25 26 27 28" >&6;}
     neon_got_library=no
 fi
 
@@ -5823,7 +5823,7 @@
 echo "${ECHO_T}$ne_cv_lib_neon" >&6; }
     if test "$ne_cv_lib_neon" = "yes"; then
        ne_cv_lib_neonver=no
-       for v in 25 26 27; do
+       for v in 25 26 27 28; do
           case $ne_libver in
           0.$v.*) ne_cv_lib_neonver=yes ;;
           esac
@@ -6018,8 +6018,8 @@
     neon_got_library=yes
 
 else
-    { echo "$as_me:$LINENO: incompatible neon library version $ne_libver: wanted 0.25 26 27" >&5
-echo "$as_me: incompatible neon library version $ne_libver: wanted 0.25 26 27" >&6;}
+    { echo "$as_me:$LINENO: incompatible neon library version $ne_libver: wanted 0.25 26 27 28" >&5
+echo "$as_me: incompatible neon library version $ne_libver: wanted 0.25 26 27 28" >&6;}
     neon_got_library=no
 fi
 
diff -uri davfs2-1.3.0.orig/configure.ac davfs2-1.3.0/configure.ac
--- davfs2-1.3.0.orig/configure.ac	2008-02-05 20:37:03.000000000 +0000
+++ davfs2-1.3.0/configure.ac	2008-04-02 13:27:27.000000000 +0000
@@ -17,7 +17,7 @@
 # Checks for libraries.
 AM_GNU_GETTEXT_VERSION(0.14.4)
 AM_GNU_GETTEXT([external])
-NE_REQUIRE_VERSIONS([0], [25 26 27])
+NE_REQUIRE_VERSIONS([0], [25 26 27 28])
 DAV_CHECK_NEON
 
 # Checks for header files.

Reply via email to