]> git.ipfire.org Git - thirdparty/squid.git/commit
Windows: fix detection of GNU atomic operations
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 8 Sep 2013 22:05:21 +0000 (16:05 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 8 Sep 2013 22:05:21 +0000 (16:05 -0600)
commit75bece468f15d779d617fc9f00658986f78284c5
treea4bc9ec5e672460aea3686270f49fd58e7a7dc74
parent86ba1e22cd711f091b2403399993f903a5790812
Windows: fix detection of GNU atomic operations

On MinGW the GNU atomic operations symbols are defined but do not work.
We require a run-time test to detect problems. Not just a compiler check.
configure.ac