From 043a331bd056af069ab9f6a208b9fd1def76277a Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 3 Oct 2008 09:42:22 +0000 Subject: External liba52 parameters should only be enabled if the check succeeded. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27685 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 3bb69ae15b..29c7937327 100755 --- a/configure +++ b/configure @@ -6095,9 +6095,7 @@ elif test "$_liba52_internal" = no && test "$_liba52" = auto ; then #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' -- cgit v1.2.3