mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
6e0911c3cb
svn path=/nixpkgs/trunk/; revision=23463
16 lines
531 B
Diff
16 lines
531 B
Diff
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~
|