[
https://issues.apache.org/jira/browse/TS-2111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13733707#comment-13733707
]
Leif Hedstrom commented on TS-2111:
-----------------------------------
Suggestion:
{code}
diff --git a/configure.ac b/configure.ac
index c74ff98..2033fbc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1049,7 +1049,7 @@ AX_LIB_CURL([7.19], [
#
# The header_rewrite module depends on boost.
-AX_BOOST_BASE([1.50],
+AX_BOOST_BASE([1.33],
[ AM_CONDITIONAL([BUILD_HAVE_BOOST], [true]) ],
[ AM_CONDITIONAL([BUILD_HAVE_BOOST], [false]) ]
)
{code}
I don't think we need to respin v3.3.x for this, so marking this bug for
v3.4.0. Please comment / change if you feel otherwise.
> configure check in boost falsely requires 1.50
> ----------------------------------------------
>
> Key: TS-2111
> URL: https://issues.apache.org/jira/browse/TS-2111
> Project: Traffic Server
> Issue Type: Bug
> Components: Build
> Reporter: Igor Galić
> Fix For: 3.4.0
>
>
> {code}
> #
> # The header_rewrite module depends on boost.
> AX_BOOST_BASE([1.50],
> [ AM_CONDITIONAL([BUILD_HAVE_BOOST], [true]) ],
> [ AM_CONDITIONAL([BUILD_HAVE_BOOST], [false]) ]
> )
> {code}
> The code however is compatible with boost ~1.33, and as such the version
> check should be reduced.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira