]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
build: avoid compiler warning during configure
authorWen Congyang <wency@cn.fujitsu.com>
Thu, 12 May 2011 09:55:43 +0000 (17:55 +0800)
committerEric Blake <eblake@redhat.com>
Thu, 12 May 2011 14:50:01 +0000 (08:50 -0600)
commit1ba6e2d926dadd6267084fe0b27209ba6c1099ff
tree651c1e0096e380485f8da4d40309b5dab9fbf3e8
parent81cfe719981d62727b2e87b5361b6805e6f99218
build: avoid compiler warning during configure

There is no need to redefine _GNU_SOURCE in tests that occur after
gl_INIT, since that macro already AC_DEFINE'd it for us.

Signed-off-by: Eric Blake <eblake@redhat.com>
configure.ac