From: Nick Bowler Date: Sat, 22 Dec 2007 20:00:31 +0000 (-0500) Subject: Update configure to use C99 mode. X-Git-Url: https://git.draconx.ca/gitweb/liblbx.git/commitdiff_plain/9f366d4a13e7c2f706c7252c0d03778925f5c510 Update configure to use C99 mode. --- diff --git a/configure.ac b/configure.ac index b3bd60c..db3ff63 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) -AC_PROG_CC +AC_PROG_CC_C99 AC_C_BIGENDIAN AC_PROG_LIBTOOL