changeset 26651:20ca4b11cb9c

Remove obscure comment about libmp3lame depending on Vorbis.
author diego
date Wed, 07 May 2008 23:45:11 +0000
parents 93f5b123644a
children 41f5023fe2bd
files configure
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"