trunk: remove use of AM_PROG_CC_STDC as AC_PROG_CC does it.

Patch by Doug Newgard <scimmia22@outlook.com>

SVN revision: 82148
This commit is contained in:
Cedric BAIL 2013-01-04 05:49:26 +00:00 committed by Tom Hacohen
parent 33e1887c0a
commit 81f755073b
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ AM_INIT_AUTOMAKE(1.8)
AC_CONFIG_HEADERS(config.h)
AC_PROG_CC
AM_PROG_CC_STDC
AC_HEADER_STDC
AC_C_CONST
AC_C___ATTRIBUTE__