]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
maint: avoid new automake warning about AM_PROG_CC_STDC
authorJim Meyering <meyering@redhat.com>
Sat, 26 May 2012 09:21:47 +0000 (11:21 +0200)
committerCole Robinson <crobinso@redhat.com>
Thu, 14 Jun 2012 22:22:52 +0000 (18:22 -0400)
* configure.ac (AM_PROG_CC_STDC): Stop using this macro.
It provokes warnings from newer automake and is superseded by
autoconf's AC_PROG_CC, which we're already using.
(cherry picked from commit 0d07aa512c775d9b4e8460f203898364ba5413dd)

configure.ac

index 799d710f3ab110eafb328659b273ea2273053425..894b782cb6ea9b4ca4ffe1bad20ee928eadd6908 100644 (file)
@@ -79,7 +79,6 @@ dnl Checks for C compiler.
 AC_PROG_CC
 AC_PROG_INSTALL
 AC_PROG_CPP
-AM_PROG_CC_STDC
 
 gl_EARLY
 gl_INIT