From: Daniel P. Berrangé Date: Fri, 17 Jan 2020 11:26:26 +0000 (+0000) Subject: configure: request 64-bit APIs on 32-bit platforms X-Git-Tag: v6.1.0-rc1~233 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c8b144d4af49c31c2906a88c6ad81e954711295;p=thirdparty%2Flibvirt.git configure: request 64-bit APIs on 32-bit platforms Reviewed-by: Pavel Hrdina Signed-off-by: Daniel P. Berrangé --- diff --git a/configure.ac b/configure.ac index 5bd9bc841a..0e68834b92 100644 --- a/configure.ac +++ b/configure.ac @@ -155,6 +155,9 @@ fi gl_EARLY gl_INIT +dnl get 64-int interfaces on 32-bit platforms +AC_SYS_LARGEFILE + AC_TYPE_UID_T dnl Support building Win32 DLLs (must appear *before* AM_PROG_LIBTOOL)