]> icculus.org git repositories - icculus/xz.git/commit
Improved C99 compiler detection in configure.ac. It will
authorLasse Collin <lasse.collin@tukaani.org>
Sun, 11 May 2008 11:17:21 +0000 (14:17 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Sun, 11 May 2008 11:17:21 +0000 (14:17 +0300)
commitb09464bf9ae694afc2d1dc26188ac4e2e8af0a63
tree470a82b25ee3515f1d3b98af99424c0fecfc3422
parent11de5d5267f7a0a7f0a4d34eec147e65eaf9f9cf
Improved C99 compiler detection in configure.ac. It will
pass -std=gnu99 instead of -std=c99 to GCC now, but -pedantic
should still give warnings about GNU extensions like before
except with some special keywords like asm().
configure.ac