removed comment

Original commit message from CVS:
removed comment
This commit is contained in:
Thomas Vander Stichele 2001-12-15 15:32:09 +00:00
parent 65679bab3f
commit c4f7b26289

View file

@ -1,4 +1,4 @@
dnl Note: this file is generated from configure.base by autogen.sh dnl Note: this file is now the main autoconf file
AC_INIT AC_INIT
AC_CONFIG_SRCDIR([gst/gstobject.h]) AC_CONFIG_SRCDIR([gst/gstobject.h])
@ -658,9 +658,9 @@ AC_CHECK_LIB(cdda_paranoia, paranoia_init, : , HAVE_CDPARANOIA=no, -lcdda_interf
AC_CHECK_HEADER(cdda_paranoia.h, :, HAVE_CDPARANOIA=no) AC_CHECK_HEADER(cdda_paranoia.h, :, HAVE_CDPARANOIA=no)
dnl Check for liblame dnl Check for liblame
AC_MSG_CHECKING(LAME library) dnl checking the version doesn't work yet
AC_CHECK_LIB(mp3lame, lame_init, HAVE_LIBLAME=yes, HAVE_LIBLAME=no, -lm) dnl HAVE_LIBLAME gets set by AM_PATH_LIBLAME, but for clarity we do it again
AC_CHECK_HEADER(lame/lame.h, :, HAVE_LIBLAME=no) AM_PATH_LIBLAME(:, HAVE_LIBLAME=yes, HAVE_LIBLAME=no)
dnl Check for libshout dnl Check for libshout
AC_MSG_CHECKING(Shout library) AC_MSG_CHECKING(Shout library)