From 22298a8e570b35e9626b22020ce70fa1f89b4220 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 4 Jan 2010 22:29:55 +0000 Subject: Remove pointless printf call in libmp3lame test. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30221 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 7f1437e0b6..a02c1ac0a4 100755 --- a/configure +++ b/configure @@ -7489,7 +7489,7 @@ if test "$_mp3lame" = auto ; then cat > $TMPC < int main(void) { lame_version_t lv; (void) lame_init(); - get_lame_version_numerical(&lv); printf("%d%d\n",lv.major,lv.minor); + get_lame_version_numerical(&lv); return 0; } EOF cc_check -lmp3lame $_ld_lm && _mp3lame=yes -- cgit v1.2.3