C99 is now required for C files.

This commit is contained in:
Cary R 2014-06-17 12:59:57 -07:00
parent 642acb4082
commit 54f4c1147b
1 changed files with 0 additions and 4 deletions

View File

@ -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