configure: Added a check to try to enable STD C11 if possible
commitf9c126560413d7a618f06943439eccaac6a790a4
authorChristophe CURIS <christophe.curis@free.fr>
Fri, 8 Nov 2013 22:08:21 +0000 (8 23:08 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Mon, 30 Dec 2013 18:11:03 +0000 (30 18:11 +0000)
tree43cd35f52bdd3c8b0975404485520ed550ff4dea
parent349bc2dda26c32a4f39a795965b0aee347353d91
configure: Added a check to try to enable STD C11 if possible

Some compiler support C11 standard by default, some need an explicit
option, and some don't support at all; this new macro only tries to enable
support if possible, the actual feature support being done by other checks
on case-by-case

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