Require C99
authorWouter Verhelst <w@uter.be>
Sun, 27 Feb 2011 23:30:47 +0000 (00:30 +0100)
committerWouter Verhelst <w@uter.be>
Sun, 27 Feb 2011 23:30:47 +0000 (00:30 +0100)
We'll want to use a few C99-specific features, and C99 is getting older
than whisky now anyway.

configure.ac

index 72f0148..dd2cc28 100644 (file)
@@ -82,7 +82,7 @@ AC_ARG_ENABLE(
   ]
 )
 
-AC_PROG_CC
+AC_PROG_CC_C99
 AC_PROG_CPP
 AC_PROG_INSTALL
 AC_CANONICAL_HOST