configure: try linking in libmad test

Try linking when testing for libmad.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@34880 b3059339-0415-0410-9bf9-f77b7e298cf2
Author: cehoyos
This commit is contained in:
mplayer-svn 2012-04-29 15:54:20 +00:00 committed by wm4
parent 882f538efb
commit 254e291a66
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -3164,7 +3164,7 @@ echores "$_zlib"
echocheck "mad support"
if test "$_mad" = auto ; then
_mad=no
header_check mad.h -lmad && _mad=yes
statement_check mad.h 'mad_synth_init(0)' -lmad && _mad=yes
fi
if test "$_mad" = yes ; then
def_mad='#define CONFIG_LIBMAD 1'