Configure: Added check for compiler attribute 'noreturn'
commit34089d766156c119dc73bea3e85bf5ae451fa23a
authorChristophe CURIS <christophe.curis@free.fr>
Sun, 9 Jun 2013 17:21:15 +0000 (9 19:21 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 9 Jun 2013 17:46:56 +0000 (9 18:46 +0100)
tree7164695f0a29452242a12114a073ae608aee130d
parent3c2fc82b6ee9c451a87e2d3ade2983f9dd1e3999
Configure: Added check for compiler attribute 'noreturn'

This attribute for functions was not standard until recently, so
there are a few different possible syntax. With this patch, the
configure script will search for the proper syntax, and define what
is needed to have the attribute compile correctly.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
configure.ac
m4/wm_attributes.m4 [new file with mode: 0644]