]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
build: add some modules
authorEric Blake <eblake@redhat.com>
Tue, 31 Aug 2010 22:27:24 +0000 (16:27 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 1 Sep 2010 18:22:59 +0000 (12:22 -0600)
commitff578973c7c4e2e1d59537b82b6312431ebd8d2c
tree0fcc431d879a9a58b6e5085ad1489fa0f1153f51
parent12a41822e14b558f7ffb4812978b957f3d228f23
build: add some modules

snprintf is currently implicitly picked up by getaddrinfo, but we
might as well make it explicit so that mingw doesn't break if
getaddrinfo changes to drop the dependency.

func doesn't matter for gcc compilation, but may help other compilers
cope with our use of __func__.

* bootstrap.conf (gnulib_modules): Add snprintf and func.
bootstrap.conf