summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2010-08-04 19:41:06 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-08-04 19:41:06 +0200
commitd3627ad44ca8d09955c72577641cde1f7c76b184 (patch)
treefa25ef43805514e5ab76861ba60bd46b0e76558b
parent7ee6a1511237341b56ec60bf6f6bc0fa97f09366 (diff)
configure: Use AC_PROG_CC_STDC instead of the automake variant
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 99527e4..bd94d13 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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}"