mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 08:40:10 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user