repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git]
/
xf86-video-radeonhd-git
/
configure.patch
blob
6791ff2df8ff3831086ab8244023727bdf6d988f
1
--- a/configure.ac
2
+++ b/configure.ac
3
@@ -57,13 +57,13 @@
4
5
AC_ARG_ENABLE(exa,
6
AC_HELP_STRING([--disable-exa],
7
- [Disable EXA support (default enabled)]),
8
+ [Disable EXA support (default=no)]),
9
[EXA="$enableval"],
10
[EXA=yes])
11
12
AC_ARG_ENABLE(dri,
13
AC_HELP_STRING([--disable-dri],
14
- [Disable DRI support (default enabled)]),
15
+ [Disable DRI support (default=no)]),
16
[DRI="$enableval"],
17
[DRI=yes])