--- xbmc/cores/paplayer/flac-1.2.1/configure.in.dist 2008-10-09 17:57:06.249120922 +1100 +++ xbmc/cores/paplayer/flac-1.2.1/configure.in 2008-10-09 17:57:17.372112260 +1100 @@ -225,9 +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 --- xbmc/visualizations/Goom/goom2k4-0/configure.in.dist 2008-10-09 18:57:02.995121260 +1100 +++ xbmc/visualizations/Goom/goom2k4-0/configure.in 2008-10-09 18:57:40.008117026 +1100 @@ -19,17 +19,13 @@ dnl *** check for xmms *** -AM_PATH_XMMS2(0.9.5.1, HAVE_XMMS="yes", HAVE_XMMS="no") +HAVE_XMMS="no" AM_CONDITIONAL(HAVE_XMMS,test "x$HAVE_XMMS" = "xyes") dnl *** SDL *** -if test "x$HAVE_XMMS" = "xyes"; then - AM_PATH_SDL2(1.2.0, HAVE_SDL="yes", HAVE_SDL="no"]) -else - HAVE_SDL="no" -fi +HAVE_SDL="no" AM_CONDITIONAL(HAVE_SDL,test "x$HAVE_SDL" = "xyes")