You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2014/08/19 21:33:40 UTC

git commit: Revert "TS-2095: autoconf warnings related to unordered_map"

Repository: trafficserver
Updated Branches:
  refs/heads/master 957e60b91 -> 57a48ee10


Revert "TS-2095: autoconf warnings related to unordered_map"

This reverts commit 957e60b917bd80ce9ae1de3fdc7e47afaa8cfc08.


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/57a48ee1
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/57a48ee1
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/57a48ee1

Branch: refs/heads/master
Commit: 57a48ee109d56e4c7bff249b369c8215de77b284
Parents: 957e60b
Author: Bryan Call <bc...@apache.org>
Authored: Tue Aug 19 12:33:35 2014 -0700
Committer: Bryan Call <bc...@apache.org>
Committed: Tue Aug 19 12:33:35 2014 -0700

----------------------------------------------------------------------
 CHANGES      | 2 --
 configure.ac | 3 ---
 2 files changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/57a48ee1/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index ab1a119..2ecd621 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,6 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache Traffic Server 5.1.0
 
-  *) [TS-2095] autoconf warnings related to unordered_map
-
   *) [TS-2902] Allow POST requests without a Content-Length header
 
   *) [TS-2423] Add option for server sessions that use auth headers that can

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/57a48ee1/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index c331f3b..ef3a882 100644
--- a/configure.ac
+++ b/configure.ac
@@ -582,9 +582,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])
-  if test "x$ax_cv_c_compiler_vendor" = "xgnu"; then
-    TS_ADDTO(CPPFLAGS, [-std=c++11])
-  fi
 fi
 
 # While we are in C++ mode, check for the GNU hash_map extension.