]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 3613: relax standard-compliance strctness on clang to enable build
authorFrancesco Chemolli <kinkie@squid-cache.org>
Fri, 24 Aug 2012 10:54:03 +0000 (12:54 +0200)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Fri, 24 Aug 2012 10:54:03 +0000 (12:54 +0200)
commit1e6c52769af33c3023bfb2555fa199be6e2a87fd
tree60e14b027f3cac58936d19ff2d1675e65f129865
parent3d41e53a14fb1c19b547d1cd48b3a3da3d61490b
Bug 3613: relax standard-compliance strctness on clang to enable build

When clang is invoked with the -std=c++0x option, it won't make available some system functions
defined in c99. For some reason configure fails to detect this, and so the built-in implementation is
not invoked. This change prevents enabling the -std=c++0x option for clang.
configure.ac