# HG changeset patch # User diego # Date 1210203911 0 # Node ID 20ca4b11cb9c9c5d8c786c2ce33356cb4ff57a33 # Parent 93f5b123644a704ba418b3bb3778366d99e8bb85 Remove obscure comment about libmp3lame depending on Vorbis. diff -r 93f5b123644a -r 20ca4b11cb9c configure --- a/configure Wed May 07 23:26:16 2008 +0000 +++ b/configure Wed May 07 23:45:11 2008 +0000 @@ -6651,7 +6651,6 @@ get_lame_version_numerical(&lv); printf("%d%d\n",lv.major,lv.minor); return 0; } EOF -# Note: libmp3lame usually depends on vorbis cc_check -lmp3lame $_ld_lm && tmp_run && _mp3lame=yes if test "$_mp3lame" = yes ; then _def_mp3lame="#define HAVE_MP3LAME"