]> 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)
committerJim Meyering <meyering@redhat.com>
Sat, 26 May 2012 12:25:42 +0000 (14:25 +0200)
* 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.

configure.ac

index 5d06b47877f9914457c77d40388c9b87eb71a46b..54f51ee31b86a3fc1701111430cf3cb993e2d27c 100644 (file)
@@ -80,7 +80,6 @@ dnl Checks for C compiler.
 AC_PROG_CC
 AC_PROG_INSTALL
 AC_PROG_CPP
-AM_PROG_CC_STDC
 
 gl_EARLY
 gl_INIT