Remove deprecated AM_PROG_CC_STDC

Fixes automake 1.13 build.

https://bugzilla.gnome.org/show_bug.cgi?id=691011
This commit is contained in:
Marko Lindqvist 2013-01-03 19:21:35 -05:00 committed by Colin Walters
parent 101ddfe22f
commit 5fbdd3aa27

View File

@ -294,7 +294,6 @@ AC_TRY_COMPILE(,[class a { int b; } c;], ,CXX=)
AM_CONDITIONAL(HAVE_CXX, [test "$CXX" != ""])
AC_LANG_RESTORE
AM_PROG_CC_STDC
AM_PROG_CC_C_O
AC_PROG_INSTALL