]> xenbits.xensource.com Git - libvirt.git/commitdiff
Make sure uid_t and gid_t are available
authorMatthias Bolte <matthias.bolte@googlemail.com>
Mon, 15 Mar 2010 01:02:10 +0000 (02:02 +0100)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 23 Mar 2010 01:04:03 +0000 (02:04 +0100)
configure.ac

index 654b9a84a6f4355afa681fa7da92d13d2b48e1de..1a3c78886bc3be0887872dc1d180896a5ac0435b 100644 (file)
@@ -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