]> code.delx.au - pulseaudio/commit
Move the platform-specific defines after the compiler has been found.
authorDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>
Fri, 20 Nov 2009 20:08:05 +0000 (21:08 +0100)
committerDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>
Fri, 20 Nov 2009 20:08:05 +0000 (21:08 +0100)
commit70ba21e78a90b60f38ce524c49907b1f5daa2fba
tree5e4cbb047a84fde6281acf775ec685e9140d3cbf
parent6daf112ce0116e7edacd83c538e5c3099c90a774
Move the platform-specific defines after the compiler has been found.

Without this change, on OpenSolaris, it's possible that the compiler will
be reported, by default, as failing to produce executables, since
_XOPEN_SOURCE=600 requires a C99 compiler to compile even the simples of
the programs.
configure.ac