]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Windwos: MinGW supports stdc++11. Remove exclusion.
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 14 May 2013 01:58:51 +0000 (19:58 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 14 May 2013 01:58:51 +0000 (19:58 -0600)
configure.ac

index c314a03e4b798a535d6beab415f274085d751053..3b638ca9100929789bb04ea47a40cf47bb7b5be6 100644 (file)
@@ -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.