From f70a717482823e69637b4d91e216ae5756f07e0d Mon Sep 17 00:00:00 2001 From: Ben Widawsky Date: Mon, 11 Apr 2011 08:47:11 -0700 Subject: [PATCH] Add C99 requirement to autoconf. snprintf is part of the C99 standard and is used in many places in the tools. Signed-off-by: Ben Widawsky --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 9fd8d35..b2b6395 100644 --- a/configure.ac +++ b/configure.ac @@ -41,6 +41,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) # Checks for programs. AC_PROG_CC +AC_PROG_CC_C99 AM_PROG_CC_C_O # Initialize libtool -- 2.7.4