From cb165250276bf3bee5ce638e48d56baf218e7f9b Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Mon, 13 May 2013 19:58:51 -0600 Subject: [PATCH] Windwos: MinGW supports stdc++11. Remove exclusion. --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index c314a03e4b..3b638ca910 100644 --- a/configure.ac +++ b/configure.ac @@ -60,8 +60,7 @@ fi # Check for C++0x compiler support AX_CXX_COMPILE_STDCXX_0X -if test "x$ax_cv_cxx_compile_cxx0x_cxx" = "xyes" -a \ - "x$squid_host_os" != "xmingw" ; then +if test "x$ax_cv_cxx_compile_cxx0x_cxx" = "xyes" ; then #BUG 3613: when clang -std=c++0x is used, it activates a "strict mode" # in the system libraries, which makes some c99 methods unavailable # (e.g. strtoll), yet configure detects them as avilable. -- 2.47.2