Removed the libxmms check until they fix their m4 script..

Original commit message from CVS:
Removed the libxmms check until they fix their m4 script..
This commit is contained in:
Wim Taymans 2001-03-08 21:28:05 +00:00
parent c2e4a66fc6
commit ce2a732640

View file

@ -193,7 +193,7 @@ dnl =======================================
dnl Check for libesd
AM_PATH_ESD(0.2.12, HAVE_LIBESD=yes, HAVE_LIBESD=no)
AM_PATH_XMMS(0.1.0, HAVE_LIBXMMS=yes, HAVE_LIBXMMS=no)
dnl AM_PATH_XMMS(0.1.0, HAVE_LIBXMMS=yes, HAVE_LIBXMMS=no)
dnl Check for libasound
alsa_save_LIBS=$LIBS