From e1ea40b236a8aeea3a517bb754692d7cf5624511 Mon Sep 17 00:00:00 2001 From: Wouter Verhelst Date: Mon, 28 Feb 2011 00:30:47 +0100 Subject: [PATCH] Require C99 We'll want to use a few C99-specific features, and C99 is getting older than whisky now anyway. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 72f0148..dd2cc28 100644 --- a/configure.ac +++ b/configure.ac @@ -82,7 +82,7 @@ AC_ARG_ENABLE( ] ) -AC_PROG_CC +AC_PROG_CC_C99 AC_PROG_CPP AC_PROG_INSTALL AC_CANONICAL_HOST -- 1.7.10.4