configure: Use AC_PROG_CC_STDC instead of the automake variant

This commit is contained in:
Sebastian Dröge 2010-08-04 19:41:06 +02:00
parent 7ee6a15112
commit d3627ad44c

View file

@ -75,7 +75,7 @@ dnl *** checks for programs ***
dnl find a compiler
AC_PROG_CC
AM_PROG_CC_STDC
AC_PROG_CC_STDC
# FIXME: is this line needed?
AS="${CC}"