Revert "TS-2095: autoconf warnings related to unordered_map" This reverts commit 89f19acec7ecaeebe13bc0229f463efaf1543047.
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/11c329f2 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/11c329f2 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/11c329f2 Branch: refs/heads/5.0.x Commit: 11c329f2a2bc25c13a6c1f943f88a124ac1421bf Parents: 89f19ac Author: Bryan Call <[email protected]> Authored: Thu May 29 13:50:39 2014 -0700 Committer: Bryan Call <[email protected]> Committed: Thu May 29 13:50:39 2014 -0700 ---------------------------------------------------------------------- CHANGES | 2 -- configure.ac | 1 - 2 files changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/11c329f2/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 5166281..dc132b3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,8 +1,6 @@ -*- 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/11c329f2/configure.ac ---------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index 2cbb5af..29520c1 100644 --- a/configure.ac +++ b/configure.ac @@ -566,7 +566,6 @@ 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.
