svga: Fix typo in configure script

Introduced in a82e37b9e9
This commit is contained in:
Xavier Chantry 2010-03-26 11:02:03 +01:00 committed by Jakob Bornecrantz
parent b6df7aed60
commit ff0987a15d
1 changed files with 1 additions and 1 deletions

View File

@ -1344,7 +1344,7 @@ AC_ARG_ENABLE([gallium-svga],
[enable_gallium_svga="$enableval"],
[enable_gallium_svga=auto])
if test "x$enable_gallium_svga" = xyes; then
GALLIUM_DRIVERS_DIRS="$GALLIUM_DRIVERS_DIRS svga/drm"
GALLIUM_DRIVERS_DIRS="$GALLIUM_DRIVERS_DIRS svga"
gallium_check_st "svga/drm" "dri-vmwgfx" "egl-vmwgfx" "xorg-vmwgfx"
elif test "x$enable_gallium_svga" = xauto; then
GALLIUM_DRIVERS_DIRS="$GALLIUM_DRIVERS_DIRS svga"