You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2011/02/08 21:44:38 UTC

svn commit: r1068569 - /subversion/trunk/configure.ac

Author: hwright
Date: Tue Feb  8 20:44:38 2011
New Revision: 1068569

URL: http://svn.apache.org/viewvc?rev=1068569&view=rev
Log:
Bump required serf version to 0.7.1, to prevent various memory and
stability Badness.

* configure.ac:
  Minimum serf: 0.7.1

Modified:
    subversion/trunk/configure.ac

Modified: subversion/trunk/configure.ac
URL: http://svn.apache.org/viewvc/subversion/trunk/configure.ac?rev=1068569&r1=1068568&r2=1068569&view=diff
==============================================================================
--- subversion/trunk/configure.ac (original)
+++ subversion/trunk/configure.ac Tue Feb  8 20:44:38 2011
@@ -124,7 +124,7 @@ if test "$svn_lib_neon" = "yes"; then
 fi
 
 dnl Search for serf as an alternative to neon
-SVN_LIB_SERF(0,3,1)
+SVN_LIB_SERF(0,7,1)
 
 if test "$svn_lib_serf" = "yes"; then
   AC_DEFINE([SVN_HAVE_SERF], 1,