configure.ac: Remove extra ;;

Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=53053
This commit is contained in:
Matt Turner 2012-08-01 10:11:46 -07:00
parent 33ae29c93b
commit 84ead7b4e8
1 changed files with 1 additions and 1 deletions

View File

@ -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