projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33ae29c
)
configure.ac: Remove extra ;;
author
Matt Turner
<mattst88@gmail.com>
Wed, 1 Aug 2012 17:11:46 +0000
(10:11 -0700)
committer
Matt Turner
<mattst88@gmail.com>
Wed, 1 Aug 2012 17:12:50 +0000
(10:12 -0700)
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=53053
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 2b5abb4e1ddeca065920d5821f1767287c0bf1ec..f7fbf99a4c119d245eb1e890bb13559dbd72af6f 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-712,7
+712,7
@@
default_driver="xlib"
case "$host_os" in
linux*)
- default_driver="dri"
;;
+ default_driver="dri"
;;
*freebsd* | dragonfly* | *netbsd*)
case "$host_cpu" in