------------------------------------------------------------ revno: 13799 revision-id: rousskov@measurement-factory.com-20150417055934-07tt9uwth7dw9lto parent: squid3@treenet.co.nz-20150415113552-g0cdpssqu7vbgnoc committer: Alex Rousskov branch nick: 3.5 timestamp: Thu 2015-04-16 23:59:34 -0600 message: Fix atomics check broken by C++11 #include added in v3.5 branch r13783 (which was a fix for atomics check broken by v3.5 branch r13778). ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: rousskov@measurement-factory.com-20150417055934-\ # 07tt9uwth7dw9lto # target_branch: http://bzr.squid-cache.org/bzr/squid3/3.5 # testament_sha1: 4cb15ccc777f0ab86d6dbc8b68f98ed9dbb39d49 # timestamp: 2015-04-17 06:50:50 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/3.5 # base_revision_id: squid3@treenet.co.nz-20150415113552-\ # g0cdpssqu7vbgnoc # # Begin patch === modified file 'configure.ac' --- configure.ac 2015-03-28 10:56:22 +0000 +++ configure.ac 2015-04-17 05:59:34 +0000 @@ -425,7 +425,7 @@ # Check for atomic operations support in the compiler AC_CACHE_CHECK([for GNU atomic operations support],[squid_cv_gnu_atomics],[ AC_RUN_IFELSE([AC_LANG_PROGRAM([[ -#include +#include int32_t n_32 = 0; uint64_t n_64 = 0; ]],[[