summary refs log tree commit diff
path: root/pkgs/tools/networking/sitecopy/neon-29.patch
blob: bddcbde95e13b380548be5d70796571fcd560ee3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff -ru sitecopy-0.16.6-orig/configure.in sitecopy-0.16.6/configure.in
--- sitecopy-0.16.6-orig/configure.in	2008-04-02 13:59:30.000000000 +0200
+++ sitecopy-0.16.6/configure.in	2010-08-26 15:07:04.000000000 +0200
@@ -112,8 +112,8 @@
    AC_LIBOBJ(lib/fnmatch)
 fi
 
-# Support neon 0.24 through 0.28
-NE_REQUIRE_VERSIONS([0], [24 25 26 27 28])
+# Support neon 0.24 through 0.29
+#NE_REQUIRE_VERSIONS([0], [24 25 26 27 28 29])
 
 dnl But we don't use zlib or ACL support
 NEON_WITHOUT_ZLIB
Only in sitecopy-0.16.6/: configure.in~