TS-2095: autoconf warnings related to unordered_map
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/89f19ace Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/89f19ace Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/89f19ace Branch: refs/heads/5.0.x Commit: 89f19acec7ecaeebe13bc0229f463efaf1543047 Parents: 896ce4d Author: Bryan Call <[email protected]> Authored: Thu May 29 13:40:19 2014 -0700 Committer: Bryan Call <[email protected]> Committed: Thu May 29 13:40:19 2014 -0700 ---------------------------------------------------------------------- CHANGES | 2 ++ configure.ac | 1 + 2 files changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/89f19ace/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index dc132b3..5166281 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,8 @@ -*- coding: utf-8 -*- Changes with Apache Traffic Server 5.0.0 + *) [TS-2095] autoconf warnings related to unordered_map + *) [TS-2834] header_rewrite: Add Internal transaction and client-IP conditions. http://git-wip-us.apache.org/repos/asf/trafficserver/blob/89f19ace/configure.ac ---------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index 29520c1..2cbb5af 100644 --- a/configure.ac +++ b/configure.ac @@ -566,6 +566,7 @@ AX_CXX_COMPILE_STDCXX_11( [noext], [enable_cxx_11_support=yes], [ AM_CONDITIONAL([BUILD_HAVE_CXX_11], [ test "x${enable_cxx_11_support}" = "xyes" ]) if test "x${enable_cxx_11_support}" = "xyes" ; then AC_DEFINE(HAVE_CXX_11, 1, [Whether the compiler support C++11]) + TS_ADDTO(CPPFLAGS, [-std=c++11]) fi # While we are in C++ mode, check for the GNU hash_map extension.
