changeset 29614:1e19b831575b

100l, forgot to use "test" for checking the value of the quicktime variable
author reimar
date Tue, 08 Sep 2009 08:50:03 +0000
parents 7386b883fba6
children 70404a7bebaf
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Mon Sep 07 17:20:44 2009 +0000
+++ b/configure	Tue Sep 08 08:50:03 2009 +0000
@@ -6814,7 +6814,7 @@
 _qtx_emulation=no
 def_qtx_win32='#undef CONFIG_QTX_CODECS_WIN32'
 if test "$_qtx" = auto ; then
-  test "$_win32dll" = yes || quicktime && _qtx=yes
+  test "$_win32dll" = yes || test "$quicktime" = yes && _qtx=yes
 fi
 if test "$_qtx" = yes ; then
     def_qtx='#define CONFIG_QTX_CODECS 1'