Igor Galić created TS-2111:
------------------------------

             Summary: 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ć


{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

Reply via email to