# HG changeset patch # User diego # Date 1223026942 0 # Node ID 1f7f7b936b0aff89630fa84b6639290f8a4f2af6 # Parent d721cc846146724b7692cac73b0d5c2764673449 External liba52 parameters should only be enabled if the check succeeded. diff -r d721cc846146 -r 1f7f7b936b0a configure --- a/configure Fri Oct 03 09:40:43 2008 +0000 +++ b/configure Fri Oct 03 09:42:22 2008 +0000 @@ -6095,9 +6095,7 @@ #include int main(void) { a52_state_t *testHand; testHand=a52_init(0); return 0; } EOF - cc_check -la52 && _liba52=yes - _ld_extra="$_ld_extra -la52" - _res_comment="external" + cc_check -la52 && _liba52=yes && _res_comment="external" && _ld_extra="$_ld_extra -la52" fi if test "$_liba52" = yes ; then _def_liba52='#define CONFIG_LIBA52 1'