Browse Source

Fix broken driver options in configure script

Vitalii Demianets 11 years ago
parent
commit
ed4b4cd9eb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -269,7 +269,7 @@ m4_define([_BFG_AUTOITEM],[
 		fi
 		fi
 		if test "x$[]_this_USE" != xyes; then
 		if test "x$[]_this_USE" != xyes; then
 			if test "x$[]_this_USE" != xauto; then
 			if test "x$[]_this_USE" != xauto; then
-				$1_opt="$[]_this_USE"
+				[]_this_drv[]_opt="$[]_this_USE"
 			fi
 			fi
 			[]_this_USE=yes
 			[]_this_USE=yes
 		fi
 		fi