Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 876899 | Differences between
and this patch

Collapse All | Expand All

(-)a/configure.in (-8 lines)
Lines 40-53 AC_CHECK_HEADERS(X11/extensions/Xrandr.h, [ Link Here
40
#include <X11/Xutil.h>
40
#include <X11/Xutil.h>
41
])
41
])
42
42
43
AC_CHECK_HEADERS(X11/extensions/xf86dga.h, [
44
  AC_SEARCH_LIBS(XF86DGADirectVideo,Xext Xxf86dga,[AC_DEFINE(HAVE_XF86DGA)])
45
], [], [
46
#include <X11/X.h>
47
#include <X11/Xutil.h>
48
])
49
50
51
AC_SUBST_FILE(makefile_top)
43
AC_SUBST_FILE(makefile_top)
52
AC_SUBST_FILE(makefile_bottom)
44
AC_SUBST_FILE(makefile_bottom)
53
makefile_top=$srcdir/Makefile.top
45
makefile_top=$srcdir/Makefile.top

Return to bug 876899