
23 Mar
2010
23 Mar
'10
1:28 a.m.
2010/3/22 Daniel P. Berrange <berrange@redhat.com>:
On Mon, Mar 22, 2010 at 02:25:32AM +0100, Matthias Bolte wrote:
--- configure.ac | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac index 654b9a8..1a3c788 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 --
ACK, didn't know about that macro ! I had previously just changed uid_t to int in various functions for Mingw
Daniel
Thanks, pushed. Matthias