diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2006-11-13 01:54:32 +0200 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2006-11-13 01:54:32 +0200 |
commit | 5bfe7f4dfc6ab51b6790d74faf11574385234423 (patch) | |
tree | 86dc894f0804ef6d173dbd33ada3528311678a98 /configure.ac | |
parent | acb5ff4c73ac4d52201d7c421f488e2ead5c8b9c (diff) |
DRI: call drmSetServerInfo() before drmOpen().
Also, remove some libdrm remnants.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 0977ee385..103b0874f 100644 --- a/configure.ac +++ b/configure.ac @@ -49,8 +49,6 @@ 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 |