From: Matthias Bolte Date: Mon, 15 Mar 2010 01:02:10 +0000 (+0100) Subject: Make sure uid_t and gid_t are available X-Git-Tag: v0.8.0~247 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91da9a76897f305b2694568a35e633432f381893;p=thirdparty%2Flibvirt.git Make sure uid_t and gid_t are available --- diff --git a/configure.ac b/configure.ac index 654b9a84a6..1a3c78886b 100644 --- a/configure.ac +++ b/configure.ac @@ -61,6 +61,7 @@ gl_INIT AM_PROG_CC_STDC AC_C_CONST +AC_TYPE_UID_T dnl Make sure we have an ANSI compiler AM_C_PROTOTYPES