[
https://issues.apache.org/jira/browse/TS-2095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14145348#comment-14145348
]
ASF subversion and git services commented on TS-2095:
-----------------------------------------------------
Commit 338392cece3434f29f4403bf43f2fc4c9f0fb7a6 in trafficserver's branch
refs/heads/master from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=338392c ]
TS-2095: replace TS_FLAG_HEADERS
TS_FLAG_HEADERS does not give any value over AC_FLAG_HEADERS, so
just remove it. Also alleviate the preprocessor warnings from the
unordered_map check.
> autoconf warnings related to unordered_map
> ------------------------------------------
>
> Key: TS-2095
> URL: https://issues.apache.org/jira/browse/TS-2095
> Project: Traffic Server
> Issue Type: Bug
> Components: Build
> Reporter: Leif Hedstrom
> Assignee: James Peach
> Fix For: 5.2.0
>
>
> {code}
> configure: WARNING: unordered_map: accepted by the compiler, rejected by the
> preprocessor!
> configure: WARNING: unordered_map: proceeding with the compiler's result
> checking for unordered_map... yes
> checking unordered_set usability... yes
> checking unordered_set presence... no
> configure: WARNING: unordered_set: accepted by the compiler, rejected by the
> preprocessor!
> configure: WARNING: unordered_set: proceeding with the compiler's result
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)