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
parent 834f41cfe7
commit 44223e50b3
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ AM_INIT_AUTOMAKE([1.6 dist-bzip2])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_USE_SYSTEM_EXTENSIONS
AM_PROG_CC_STDC
AC_PROG_CC
AM_PROG_CC_C_O
AC_C___ATTRIBUTE__