diff 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
line wrap: on
line diff
--- a/configure.ac	Tue May 05 10:00:57 2009 -0400
+++ b/configure.ac	Tue May 05 17:07:24 2009 -0500
@@ -849,22 +849,6 @@
 	OUTPUT_PLUGINS="$OUTPUT_PLUGINS jack"
 fi
 
-dnl *** arts output plugin
-AC_ARG_ENABLE( arts,
-[  --disable-arts          disable arts output plugin (default=enabled)],,
-                enable_arts="yes")
-
-if test "x$enable_arts" = "xyes"; then
-        AM_PATH_ARTSC(0.9.5, have_arts=yes, have_arts=no)
-else
-        AC_MSG_RESULT([*** arts plugin disabled per user request ***])
-        have_arts=no
-fi
-
-if test "x$have_arts" = "xyes"; then
-	OUTPUT_PLUGINS="$OUTPUT_PLUGINS arts"
-fi
-
 dnl *** sid
 AC_ARG_ENABLE( sid,
 [  --disable-sid           disable SID input plugin (default=enabled)],,
@@ -1691,7 +1675,6 @@
 echo "  Advanced Linux Sound Arch. (alsa):      $have_alsa"
 echo "  Enlightenment Sound Daemon (esd):       $have_esd"
 echo "  Jack Audio Connection Kit (jack):       $have_jack"
-echo "  Analog Realtime Synthesizer (arts):     $have_arts"
 echo "  BSD/SUN audio output (sun):             $have_sun"
 echo "  PulseAudio sound server (pulse_audio):  $have_pulse"
 echo "  Mac OS X sound support (CoreAudio):     $have_coreaudio"