Always make sure we're getting a C99 compiler

Spotted by pwithnall, many thanks.
This commit is contained in:
Richard Hughes 2016-11-22 16:04:56 +00:00
parent 1deda31cae
commit 013bb77ee9

View File

@ -13,7 +13,6 @@ AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar foreign])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
AC_PROG_LIBTOOL
AC_PROG_CC_STDC
m4_ifdef([GOBJECT_INTROSPECTION_CHECK], [GOBJECT_INTROSPECTION_CHECK([0.9.8])])
AM_CONDITIONAL(HAVE_INTROSPECTION, test "x$found_introspection" = xyes)
@ -50,7 +49,7 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
GTK_DOC_CHECK([1.14],[--flavour no-tmpl])
AS_ALL_LINGUAS
AC_PROG_CC
AC_PROG_CC_C99
AC_PROG_INSTALL
LT_INIT
AM_PROG_CC_C_O