configure: Check if the compiler supports ISO C89 or C99 and which parameters are...
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 4 Aug 2010 17:19:55 +0000 (19:19 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 4 Aug 2010 17:23:28 +0000 (19:23 +0200)
commit3fc35ac7633600d4a39c45e95d71eb177efcf555
treebf347dfa401394ba6edd35577caf61b1ac46d274
parent1b99e2e2dc4e7f80d145aba415e1b7d375b5cbb7
configure: Check if the compiler supports ISO C89 or C99 and which parameters are required

This first checks what is required for ISO C99 support and sets the relevant
compiler parameters and if no C99 compiler is found, it checks for a
C89 compiler. This enables us to check for and use C89/C99 functions
that gcc hides from us without the correct compiler parameters.
configure.ac