changeset 23462:77cd8d54694a

protect _vidix_drivers variable, allowing --with-vidix-driver option to actually handle more than one driver
author ben
date Tue, 05 Jun 2007 18:35:34 +0000
parents b820433922b4
children b4214e05bb3f
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Tue Jun 05 17:15:28 2007 +0000
+++ b/configure	Tue Jun 05 18:35:34 2007 +0000
@@ -7233,7 +7233,7 @@
   _def_vidix='#define CONFIG_VIDIX 1'
   _vosrc="$_vosrc vo_cvidix.c"
   _vomodules="cvidix $_vomodules"
-  test $_vidix_drivers || _vidix_drivers="cyberblade ivtv mach64 mga mga_crtc2 nvidia pm2 pm3 radeon rage128 savage sis unichrome"
+  test "$_vidix_drivers" || _vidix_drivers="cyberblade ivtv mach64 mga mga_crtc2 nvidia pm2 pm3 radeon rage128 savage sis unichrome"
   test $_ivtv = "yes" || _vidix_drivers=`echo $_vidix_drivers | sed s/ivtv//`
 
   for driver in $_vidix_drivers ; do