diff options
author | Carl C. Trieloff <cctrieloff@apache.org> | 2006-12-01 17:03:16 +0000 |
---|---|---|
committer | Carl C. Trieloff <cctrieloff@apache.org> | 2006-12-01 17:03:16 +0000 |
commit | 111d887f846865c2af8c93b4b834ce2ca7ca1c60 (patch) | |
tree | 16d89f94a25e80e29bbd3747265b55da97f38c49 /cpp | |
parent | 84c655aa86395f6320341469dfef63d94763e9c4 (diff) | |
download | qpid-python-111d887f846865c2af8c93b4b834ce2ca7ca1c60.tar.gz |
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
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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" |