projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4f6e1f
)
configure.ac: add IA64 support.
author
Dave Airlie
<airlied@redhat.com>
Tue, 17 Apr 2012 18:58:39 +0000
(19:58 +0100)
committer
Dave Airlie
<airlied@redhat.com>
Tue, 17 Apr 2012 18:59:26 +0000
(19:59 +0100)
ia64 on Linux can use DRI as well.
Reported-by: russiane39 on #radeon
Bugzilla: http://bugs.freedesktop.org/show_bug.cgi?id=48788
Signed-off-by: Dave Airlie <airlied@redhat.com>
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 4f84b774c44ca91d7528d96cdb22b35c1b504b4f..7e4991f4f17af5b95fe7e4628341bc8f4fd436e1 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-708,7
+708,7
@@
default_driver="xlib"
case "$host_os" in
linux*)
case "$host_cpu" in
- i*86|x86_64|powerpc*|sparc*) default_driver="dri";;
+ i*86|x86_64|powerpc*|sparc*
|ia64*
) default_driver="dri";;
esac
;;
*freebsd* | dragonfly* | *netbsd*)