]> git.ipfire.org Git - thirdparty/squid.git/commit - configure.ac
Fix build on Intel's compiler suite.
authorFrancesco Chemolli <kinkie@squid-cache.org>
Tue, 28 May 2013 13:24:54 +0000 (15:24 +0200)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Tue, 28 May 2013 13:24:54 +0000 (15:24 +0200)
commit228332d342f5581cc9e3ab0c76778a7629ddd8af
tree0d3216d8d9504348533a009f1a0572ebbf9301a7
parentb6e92867791613942e55c6bfc65027b35c00e31b
Fix build on Intel's compiler suite.

Forcing 64-bit file operations on 64-bit systems exposes
an issue in stdlibc++, which is covered by gcc but not by
icc in non-gcc mode. This patch prevents forcing 64-bit
file operations on systems where long int is 64-bit or more.
It also properly protects a couple of gcc-specific #pragma.
configure.ac
tools/purge/convert.cc
tools/purge/socket.cc