configure: Fix bashism.
/bin/sh defaults to dash on debian. Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
+1
-1
@@ -1072,7 +1072,7 @@ if test -n "$with_dri_drivers"; then
|
||||
|
||||
dri_drivers=`IFS=', '; echo $with_dri_drivers`
|
||||
for driver in $dri_drivers; do
|
||||
DRI_DIRS+="$driver "
|
||||
DRI_DIRS="$DRI_DIRS $driver"
|
||||
case "x$driver" in
|
||||
xi915)
|
||||
HAVE_I915_DRI=yes;
|
||||
|
||||
Reference in New Issue
Block a user