You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ic...@apache.org on 2016/02/26 14:36:21 UTC

svn commit: r1732479 - /httpd/test/mod_h2/trunk/configure.ac

Author: icing
Date: Fri Feb 26 13:36:21 2016
New Revision: 1732479

URL: http://svn.apache.org/viewvc?rev=1732479&view=rev
Log:
curl 7.47.1 as def install

Modified:
    httpd/test/mod_h2/trunk/configure.ac

Modified: httpd/test/mod_h2/trunk/configure.ac
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/configure.ac?rev=1732479&r1=1732478&r2=1732479&view=diff
==============================================================================
--- httpd/test/mod_h2/trunk/configure.ac (original)
+++ httpd/test/mod_h2/trunk/configure.ac Fri Feb 26 13:36:21 2016
@@ -130,7 +130,7 @@ TEST_DEP=""
 ################################################################################
 # curl 
 ################################################################################
-CURL_VERSION=7.47.0
+CURL_VERSION=7.47.1
 
 AC_PATH_PROG([CURL], [curl])
 if test "x${CURL}" != "x"; then