comparison configure.ac @ 3121:7cb2239f78ea

arts: removed
author William Pitcock <nenolod@atheme.org>
date Tue, 05 May 2009 17:07:24 -0500
parents 3b4841de4255
children 6dd886b5c72b
comparison
equal deleted inserted replaced
3120:b3402e6f9aaa 3121:7cb2239f78ea
845 have_jack=no 845 have_jack=no
846 fi 846 fi
847 847
848 if test "x$have_jack" = "xyes"; then 848 if test "x$have_jack" = "xyes"; then
849 OUTPUT_PLUGINS="$OUTPUT_PLUGINS jack" 849 OUTPUT_PLUGINS="$OUTPUT_PLUGINS jack"
850 fi
851
852 dnl *** arts output plugin
853 AC_ARG_ENABLE( arts,
854 [ --disable-arts disable arts output plugin (default=enabled)],,
855 enable_arts="yes")
856
857 if test "x$enable_arts" = "xyes"; then
858 AM_PATH_ARTSC(0.9.5, have_arts=yes, have_arts=no)
859 else
860 AC_MSG_RESULT([*** arts plugin disabled per user request ***])
861 have_arts=no
862 fi
863
864 if test "x$have_arts" = "xyes"; then
865 OUTPUT_PLUGINS="$OUTPUT_PLUGINS arts"
866 fi 850 fi
867 851
868 dnl *** sid 852 dnl *** sid
869 AC_ARG_ENABLE( sid, 853 AC_ARG_ENABLE( sid,
870 [ --disable-sid disable SID input plugin (default=enabled)],, 854 [ --disable-sid disable SID input plugin (default=enabled)],,
1689 echo " Open Sound System (oss): $have_oss" 1673 echo " Open Sound System (oss): $have_oss"
1690 echo " Open Sound System v4 (oss4): $have_oss4" 1674 echo " Open Sound System v4 (oss4): $have_oss4"
1691 echo " Advanced Linux Sound Arch. (alsa): $have_alsa" 1675 echo " Advanced Linux Sound Arch. (alsa): $have_alsa"
1692 echo " Enlightenment Sound Daemon (esd): $have_esd" 1676 echo " Enlightenment Sound Daemon (esd): $have_esd"
1693 echo " Jack Audio Connection Kit (jack): $have_jack" 1677 echo " Jack Audio Connection Kit (jack): $have_jack"
1694 echo " Analog Realtime Synthesizer (arts): $have_arts"
1695 echo " BSD/SUN audio output (sun): $have_sun" 1678 echo " BSD/SUN audio output (sun): $have_sun"
1696 echo " PulseAudio sound server (pulse_audio): $have_pulse" 1679 echo " PulseAudio sound server (pulse_audio): $have_pulse"
1697 echo " Mac OS X sound support (CoreAudio): $have_coreaudio" 1680 echo " Mac OS X sound support (CoreAudio): $have_coreaudio"
1698 echo " FileWriter: $enable_filewriter" 1681 echo " FileWriter: $enable_filewriter"
1699 echo " -> FileWriter MP3 output part: $have_lame" 1682 echo " -> FileWriter MP3 output part: $have_lame"