X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=a9dbf98bd3e7632b7510e44f1fb91fc2a9fd101e;hb=9754ebd9540aa3766af5e8a22410bf62b6eac6fe;hp=e574cf79766a1aba11a98ff5de8b5ef32077c198;hpb=84cfc1dd51755251776fb9438288eef25e0e9542;p=paraslash.git diff --git a/configure.ac b/configure.ac index e574cf79..a9dbf98b 100644 --- a/configure.ac +++ b/configure.ac @@ -409,17 +409,6 @@ fi if test $HAVE_OSS = yes -o $HAVE_ALSA = yes; then build_mixer="yes" executables="$executables mixer" - mixer_objs="mixer exec string fd time lsu version" - if test $HAVE_OSS = yes; then - mixer_objs="$mixer_objs oss_mix" - fi - if test $HAVE_ALSA = yes; then - mixer_objs="$mixer_objs alsa_mix" - fi - AC_SUBST(mixer_objs, add_dot_o($mixer_objs)) -else - build_mixer="no" - AC_MSG_WARN([no mixer support]) fi ########################################################################### gui if test $HAVE_CURSES = yes; then