From 254e291a66ee8c1929bc96b911d6d412124469c7 Mon Sep 17 00:00:00 2001 From: mplayer-svn Date: Sun, 29 Apr 2012 15:54:20 +0000 Subject: 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index d5e737578d..eba6ee3c97 100755 --- a/configure +++ b/configure @@ -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' -- cgit v1.2.3