From: Daniel P. Berrange Date: Fri, 17 May 2013 12:30:37 +0000 (+0100) Subject: Include GNULIB mkdtemp module X-Git-Tag: v1.0.6-rc1~126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34d63dd7505393c44485042860006b38fd95275c;p=thirdparty%2Flibvirt.git Include GNULIB mkdtemp module The mkdtemp function is missing on mingw platforms. It is used in various Linux specific places in libvirt, but recently became used in fdstreamtest.c which is cross platform. Thus the GNULIB mkdtemp module should be used to provide mkdtemp. Signed-off-by: Daniel P. Berrange --- diff --git a/bootstrap.conf b/bootstrap.conf index 6e037572a1..410e4f5dc4 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -71,6 +71,7 @@ listen localeconv maintainer-makefile manywarnings +mkdtemp mkostemp mkostemps mktempd