Switch to AC_PROG_CC_STDC, we should have C99 support when using autoconf (the code itself has to stick to subset to support Visual Studio though)

master
Ondřej Surý 2013-05-22 11:07:40 +02:00
parent ad2c5c0bab
commit 3b38b473a0
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ dnl newer automake wants this, but we still want to work with older
m4_ifndef([AM_PROG_AR],[m4_define([AM_PROG_AR],[:])])
AM_PROG_AR
AC_PROG_CC
AC_PROG_CC_STDC
AM_PROG_CC_C_O
AC_PROG_INSTALL
AC_PROG_LIBTOOL