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:25:31 +0000 (19:25 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 4 Aug 2010 17:25:31 +0000 (19:25 +0200)
commit747070b47559063b9fc36a7c3e60433dccf5b2e8
tree872e976adf49aee25f081b60983766c274da8085
parent864a52d8aa938fbc308a5bf027cbc4bd8a23d45e
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