add packaging
[platform/upstream/flac.git] / packaging / flac-no-xmms.diff
1 Index: configure.in
2 ===================================================================
3 --- configure.in.orig
4 +++ configure.in
5 @@ -225,9 +225,9 @@ AC_HELP_STRING([--disable-xmms-plugin],
6         no)  enable_xmms_plugin=false ;;
7         *) AC_MSG_ERROR(bad value ${enableval} for --enable-xmms-plugin) ;;
8  esac],[enable_xmms_plugin=true])
9 -if test "x$enable_xmms_plugin" != xfalse ; then
10 -       AM_PATH_XMMS(0.9.5.1, , AC_MSG_WARN([*** XMMS >= 0.9.5.1 not installed - XMMS support will not be built]))
11 -fi
12 +dnl if test "x$enable_xmms_plugin" != xfalse ; then
13 +dnl    AM_PATH_XMMS(0.9.5.1, , AC_MSG_WARN([*** XMMS >= 0.9.5.1 not installed - XMMS support will not be built]))
14 +dnl fi
15  AM_CONDITIONAL(FLaC__HAS_XMMS, test -n "$XMMS_INPUT_PLUGIN_DIR")
16  
17  dnl build FLAC++ or not