summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-06-05 20:37:47 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-06-05 20:37:47 +0200
commitf29569da381605fa75dd7dfc780de0c8a2c44740 (patch)
treebe256d234e8a276a1bf8dfe6654ee2a031fa760c /configure.ac
parent3027b1d5c75d20c38af0d7df33a0d3cd514f93dc (diff)
downloadxine-lib-f29569da381605fa75dd7dfc780de0c8a2c44740.tar.gz
xine-lib-f29569da381605fa75dd7dfc780de0c8a2c44740.tar.bz2
Disable aRTs output plugin by default, it's deprecated and will be removed in 1.2 series.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a80f12aab..c57677b72 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1488,8 +1488,8 @@ dnl ARTS support
dnl ---------------------------------------------
AC_ARG_WITH([arts],
- AS_HELP_STRING([--without-arts], [Build without ARTS audio output]),
- [with_arts=$withval], [with_arts=yes])
+ AS_HELP_STRING([--with-arts], [Build with ARTS audio output]),
+ [with_arts=$withval], [with_arts=no])
if test "x$with_arts" = "xyes"; then
AM_PATH_ARTS(0.9.5,