mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 18:40:02 +01:00
Add AC_SYS_LARGEFILE to match flags used in monolith
This commit is contained in:
parent
809906a754
commit
bcc95c8340
1 changed files with 2 additions and 0 deletions
|
|
@ -67,6 +67,8 @@ AC_C_BIGENDIAN([ENDIAN="X_BIG_ENDIAN"],[ENDIAN="X_LITTLE_ENDIAN"])
|
|||
|
||||
AC_TYPE_PID_T
|
||||
|
||||
AC_SYS_LARGEFILE
|
||||
|
||||
# Checks for library functions.
|
||||
AC_FUNC_VPRINTF
|
||||
AC_CHECK_FUNCS([geteuid getuid link memmove memset mkstemp strchr strrchr strtol getopt getopt_long vsnprintf walkcontext])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue