From 54f4c1147b918b196fd05bdb5ecc34b8002c3173 Mon Sep 17 00:00:00 2001 From: Cary R Date: Tue, 17 Jun 2014 12:59:57 -0700 Subject: [PATCH] C99 is now required for C files. --- configure.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure.in b/configure.in index c5a31bf33..2cef580fd 100644 --- a/configure.in +++ b/configure.in @@ -14,10 +14,6 @@ AC_CANONICAL_HOST dnl Checks for programs. AC_PROG_CC # AC_PROG_CC_C99 is only available in autoconf version 2.60 and later. -# If you must use an older version then comment out the following two -# lines, but be warned that there could be issues with finding the -# nan(), etc. functions. It is really best to upgrade to a supported -# version of autoconf. AC_PREREQ([2.60]) AC_PROG_CC_C99 AC_PROG_CXX