]> code.delx.au - pulseaudio/commitdiff
Use AC_PROG_CC_C99 to discover C99-compliant compiler.
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>
Fri, 8 Aug 2008 11:04:27 +0000 (13:04 +0200)
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>
Fri, 8 Aug 2008 13:09:32 +0000 (15:09 +0200)
Instead of just checking if the compiler supports -std=c99 option,
make use of the autoconf macro for discovering C99. This way other
non-GCC compiler could be used in C99 mode too.


No differences found