mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
configure.ac: Remove extra ;;
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=53053
This commit is contained in:
parent
33ae29c93b
commit
84ead7b4e8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue