[gnome-software/gnome-3-22] trivial: Require a C99 compiler



commit b466dbb53aae61c61900964775306ef5e318d777
Author: Richard Hughes <richard hughsie com>
Date:   Thu Nov 24 20:04:18 2016 +0000

    trivial: Require a C99 compiler

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index eed9e6f..a7d6fbb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ AC_CONFIG_MACRO_DIR([m4])
 # enable nice build output on automake1.11
 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
 
-AC_PROG_CC
+AC_PROG_CC_C99
 AC_PROG_INSTALL
 LT_INIT
 AM_PROG_CC_C_O


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]