]> git.ipfire.org Git - thirdparty/strongswan.git/commit - configure.ac
configure: Check if __attribute__((packed)) works as expected
authorMartin Willi <martin@revosec.ch>
Wed, 15 Jan 2014 16:01:24 +0000 (17:01 +0100)
committerMartin Willi <martin@revosec.ch>
Wed, 4 Jun 2014 13:53:08 +0000 (15:53 +0200)
commit4161ee66783b665e2a6222373cc13305dd3f8019
treed4e1024f0595ff6ad10e2f50089a1ec7b3d129a5
parent37089963b6b51c7dbecc65aa0bc9b0a16a7c1fa1
configure: Check if __attribute__((packed)) works as expected

This is really hard to detect if not, and is not unlikely. If -mms-bitfields
is given, the attribute does not work. Even worse, that switch is by default
on with GCC/MinGW 4.7+ for Windows targets.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52991
configure.ac