# HG changeset patch # User diego # Date 1162197559 0 # Node ID 4970c04f6a4993bf6ea4598c45bc3538b74c2b11 # Parent fd92e89d0a4ede5cec90db9d3484f2541a730607 Remove redundant variable setting. diff -r fd92e89d0a4e -r 4970c04f6a49 configure --- a/configure Mon Oct 30 08:28:58 2006 +0000 +++ b/configure Mon Oct 30 08:39:19 2006 +0000 @@ -3583,7 +3583,6 @@ } EOF if cc_check -framework Carbon -framework QuickTime -framework CoreAudio; then - _macosx=yes _macosx_frameworks="-framework Carbon -framework QuickTime -framework CoreAudio -framework AudioUnit -framework AudioToolbox" _def_macosx='#define MACOSX 1' _aosrc="$_aosrc ao_macosx.c"