From 111d887f846865c2af8c93b4b834ce2ca7ca1c60 Mon Sep 17 00:00:00 2001 From: "Carl C. Trieloff" Date: Fri, 1 Dec 2006 17:03:16 +0000 Subject: Backed apr dependancy down to >=1.2.2 to be able to build on FC5 and FC6 git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@481297 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp') diff --git a/cpp/configure.ac b/cpp/configure.ac index 6a44ae1116..95aeadf7e0 100644 --- a/cpp/configure.ac +++ b/cpp/configure.ac @@ -80,7 +80,7 @@ AC_SUBST(LIBTOOL_VERSION_INFO_ARG) 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" -- cgit v1.2.1