configure: Use AC_PROG_CC_STDC instead of the automake variant
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 4 Aug 2010 17:41:06 +0000 (19:41 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 4 Aug 2010 17:41:06 +0000 (19:41 +0200)
configure.ac

index 99527e4..bd94d13 100644 (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}"