summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2017-01-02 11:07:52 +0000
committerRichard Hughes <richard@hughsie.com>2017-01-02 11:07:52 +0000
commit54f25d7158485034a13bd29065708eac21ce606c (patch)
tree73aa09ceb767cb8260f6f34ff0f5c59774cb1f76
parent16457f37efc50d4568932a250d4c0ae95baed709 (diff)
downloadcolord-54f25d7158485034a13bd29065708eac21ce606c.tar.gz
trivial: Require a C99 compiler
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 32839e7..f5eb88f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,7 +49,7 @@ AC_SUBST(LT_AGE)
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
AS_ALL_LINGUAS
-AC_PROG_CC
+AC_PROG_CC_C99
AC_PROG_INSTALL
LT_INIT
AM_PROG_CC_C_O