]> git.ipfire.org Git - thirdparty/lldpd.git/commit
build: use AC_PROG_CC_C99 instead of -std=gnu99
authorVincent Bernat <bernat@luffy.cx>
Thu, 20 Sep 2012 21:49:42 +0000 (23:49 +0200)
committerVincent Bernat <bernat@luffy.cx>
Thu, 20 Sep 2012 21:50:31 +0000 (23:50 +0200)
commit6c5861233e6b953e20a140a3fd01ec8403a249d5
tree8c3a504ea130f7bda91c8b39de60019e481081fc
parent2026447359d11c5e55d8b844eadf9d67e858d0b2
build: use AC_PROG_CC_C99 instead of -std=gnu99

Use of C99 is mandatory but not all compilers will support
-std=gnu99 (which is GCC specific). Autoconf comes with the
appropriate macro for this.
configure.ac