# HG changeset patch # User diego # Date 1205573313 0 # Node ID 876d2f3f71f947d9c4883e213da80839a05dd494 # Parent e6f2a9c23192c046153b31062b49d9917df136fc 10l: Really disable coreaudio where intended. diff -r e6f2a9c23192 -r 876d2f3f71f9 configure --- a/configure Sat Mar 15 09:23:48 2008 +0000 +++ b/configure Sat Mar 15 09:28:33 2008 +0000 @@ -3584,7 +3584,7 @@ _vomodules="quartz $_vomodules" else _macosx=no - _coreaudio=yes + _coreaudio=no _def_macosx='#undef MACOSX' _def_coreaudio='#undef HAVE_COREAUDIO' _noaomodules="macosx $_noaomodules"