configure.ac: Enable 64 bit off_t on 32 bit systems

Needed for the DRM display on 32 bit systems (when mmaping framebuffers)
This commit is contained in:
Martin Piatka
2024-05-02 12:52:54 +02:00
parent 1ee460f7c9
commit f46a101cba

View File

@@ -23,6 +23,7 @@ AC_C_CONST
AC_TYPE_SIZE_T
AC_C_BIGENDIAN
AC_C_CHAR_UNSIGNED
AC_SYS_LARGEFILE
PKG_PROG_PKG_CONFIG
if test -z "$PKG_CONFIG"; then
PKG_CONFIG=$(command -v pkgconf)