]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - configure.ac
build: Construct mixer object list in Makefile.
[paraslash.git] / configure.ac
index e574cf79766a1aba11a98ff5de8b5ef32077c198..a9dbf98bd3e7632b7510e44f1fb91fc2a9fd101e 100644 (file)
@@ -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