Make sure we have 64-bit file-offsets in libdrm.

This commit is contained in:
Thomas Hellstrom 2006-10-29 15:22:37 +01:00
parent 92d04e746b
commit 06b6b971d0
3 changed files with 13 additions and 2 deletions

View File

@ -49,7 +49,8 @@ dnl xwin-config.h covers the XWin DDX.
AC_CONFIG_HEADERS(include/xwin-config.h)
dnl kdrive-config.h covers the kdrive DDX
AC_CONFIG_HEADERS(include/kdrive-config.h)
dnl libdrm now needs 64-bit file offsets
AC_CONFIG_HEADERS(include/libdrm-config.h)
AC_PROG_CC
AM_PROG_AS
@ -62,7 +63,6 @@ AC_PROG_MAKE_SET
PKG_PROG_PKG_CONFIG
AC_PROG_LEX
AC_PROG_YACC
dnl for libdrm
AC_SYS_LARGEFILE
XORG_PROG_RAWCPP

View File

@ -33,6 +33,7 @@
#ifdef HAVE_XORG_CONFIG_H
#include <libdrm-config.h>
#include <xorg-config.h>
#endif

View File

@ -0,0 +1,10 @@
/*
* libdrm-config.h.in: not at all generated.
*/
/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS
/* Define for large files, on AIX-style hosts. */
#undef _LARGE_FILES