diff options
author | Xavier Chantry <[email protected]> | 2010-03-26 11:02:03 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2010-03-26 13:28:29 +0100 |
commit | ff0987a15da31a56c77f9a80c170e009f6056f33 (patch) | |
tree | 20f76840bb81c010ee418a2b4674dc004af901a3 /configure.ac | |
parent | b6df7aed60189d5f28a139c6fe351022ca2907a4 (diff) |
svga: Fix typo in configure script
Introduced in a82e37b9e9e34175b7542d0c9b4e462833eab202
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index caa2cf65766..f2e87f4d4c2 100644 --- a/configure.ac +++ b/configure.ac @@ -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" |