From: Francesco Chemolli Date: Fri, 17 Apr 2015 15:12:09 +0000 (+0200) Subject: Reverted r14022 due to some regressions X-Git-Tag: merge-candidate-3-v1~171 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21d3fc4550c234ef5dc1902ecc5360a8d084b534;p=thirdparty%2Fsquid.git Reverted r14022 due to some regressions --- diff --git a/configure.ac b/configure.ac index 11c3bce52a..076623db65 100644 --- a/configure.ac +++ b/configure.ac @@ -95,17 +95,6 @@ fi # Check for C++11 compiler support AX_CXX_COMPILE_STDCXX_11([noext],[optional]) -# check whether libc++ is needed (required for clang on freebsd and MacOS) -SQUID_CC_REQUIRE_ARGUMENT([squid_cv_stdlib_libcxx], [-stdlib=libc++],[[ -#include -]], [[ -std::cout << ""; return 0; -]]) -if test "x$squid_cv_stdlib_libcxx" = "xyes" ; then - CXX="$CXX -stdlib=libc++" - BUILDCXX="$BUILDCXX -stdlib=libc++" -fi - # test for programs AC_PROG_RANLIB AC_PROG_CPP