You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2014/02/09 18:17:05 UTC

svn commit: r1566320 - /subversion/branches/1.7.x-neon-0.30/configure.ac

Author: brane
Date: Sun Feb  9 17:17:05 2014
New Revision: 1566320

URL: http://svn.apache.org/r1566320
Log:
* configure.ac: Allow building with Neon 0.30.x.

Modified:
    subversion/branches/1.7.x-neon-0.30/configure.ac

Modified: subversion/branches/1.7.x-neon-0.30/configure.ac
URL: http://svn.apache.org/viewvc/subversion/branches/1.7.x-neon-0.30/configure.ac?rev=1566320&r1=1566319&r2=1566320&view=diff
==============================================================================
--- subversion/branches/1.7.x-neon-0.30/configure.ac (original)
+++ subversion/branches/1.7.x-neon-0.30/configure.ac Sun Feb  9 17:17:05 2014
@@ -118,7 +118,7 @@ AC_PATH_PROG(PKG_CONFIG, pkg-config)
 
 # Either a space-separated list of allowable Neon versions, or "any" to
 # mean allow anything.
-NEON_ALLOWED_LIST="0\.25 0\.26 0\.27\.2 0\.28 0\.29"
+NEON_ALLOWED_LIST="0\.25 0\.26 0\.27\.2 0\.28 0\.29 0\.30"
 NEON_RECOMMENDED_VER="0.29.6"
 NEON_URL="http://www.webdav.org/neon/neon-${NEON_RECOMMENDED_VER}.tar.gz"
 dnl You can skip the neon version check only if you know what you are doing