summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-10-29 15:22:37 +0100
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-10-29 15:22:37 +0100
commit06b6b971d065226b983ba25da7ea8236ec37df04 (patch)
treec70914db33695da73f878949bbd52e6692b9afb2 /configure.ac
parent92d04e746bd9b8ad3ee217c165ace20468e079cf (diff)
Make sure we have 64-bit file-offsets in libdrm.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 140757f9f..6676ea60b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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