You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by cc...@apache.org on 2006/12/01 18:03:16 UTC

svn commit: r481297 - /incubator/qpid/trunk/qpid/cpp/configure.ac

Author: cctrieloff
Date: Fri Dec  1 09:03:16 2006
New Revision: 481297

URL: http://svn.apache.org/viewvc?view=rev&rev=481297
Log:

Backed apr dependancy down to >=1.2.2 to be able to build on FC5 and FC6


Modified:
    incubator/qpid/trunk/qpid/cpp/configure.ac

Modified: incubator/qpid/trunk/qpid/cpp/configure.ac
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/configure.ac?view=diff&rev=481297&r1=481296&r2=481297
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/configure.ac (original)
+++ incubator/qpid/trunk/qpid/cpp/configure.ac Fri Dec  1 09:03:16 2006
@@ -80,7 +80,7 @@
 
 gl_CLOCK_TIME
 
-APR_MINIMUM_VERSION=1.2.7
+APR_MINIMUM_VERSION=1.2.2
 PKG_CHECK_MODULES([APR], [apr-1 >= $APR_MINIMUM_VERSION])
 
 APR_CXXFLAGS="$APR_CFLAGS -DUSE_APR=1"