diff -urN aaa/flac-1.1.3/configure.in flac-1.1.3/configure.in --- aaa/flac-1.1.3/configure.in 2006-11-20 22:29:34.000000000 +0100 +++ flac-1.1.3/configure.in 2006-12-03 21:58:01.413969320 +0100 @@ -225,10 +225,6 @@ no) enable_xmms_plugin=false ;; *) AC_MSG_ERROR(bad value ${enableval} for --enable-xmms-plugin) ;; esac],[enable_xmms_plugin=true]) -if test "x$enable_xmms_plugin" != xfalse ; then - AM_PATH_XMMS(0.9.5.1, , AC_MSG_WARN([*** XMMS >= 0.9.5.1 not installed - XMMS support will not be built])) -fi -AM_CONDITIONAL(FLaC__HAS_XMMS, test -n "$XMMS_INPUT_PLUGIN_DIR") dnl build FLAC++ or not AC_ARG_ENABLE([cpplibs], diff -urN aaa/flac-1.1.3/src/Makefile.am flac-1.1.3/src/Makefile.am --- aaa/flac-1.1.3/src/Makefile.am 2006-10-14 05:35:42.000000000 +0200 +++ flac-1.1.3/src/Makefile.am 2006-12-03 21:59:27.660857800 +0100 @@ -15,10 +15,6 @@ # restrictive of those mentioned above. See the file COPYING.Xiph in this # distribution. -if FLaC__HAS_XMMS -XMMS_DIRS = plugin_common plugin_xmms -endif - if FLaC__WITH_CPPLIBS CPPLIBS_DIRS = libFLAC++ test_libFLAC++ endif