# HG changeset patch # User reimar # Date 1252399803 0 # Node ID 1e19b831575b2fd35473589852f34a456ca773ca # Parent 7386b883fba651ee9569e5d34ea4976044f8a462 100l, forgot to use "test" for checking the value of the quicktime variable diff -r 7386b883fba6 -r 1e19b831575b configure --- 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'