summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-06-04 21:55:53 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-06-04 21:55:53 +0000
commitda4c85a38dbb44ff770f340f91ab5d5776f7417c (patch)
treeb8804bbf0c30e82d06e8c9dcea08ed69da7eca01
parent380b28dd97a0d2a5b49ec461d4e0360ebafd06e5 (diff)
downloadgstreamer-plugins-bad-da4c85a38dbb44ff770f340f91ab5d5776f7417c.tar.gz
moving arts to broken, because ...
Original commit message from CVS: moving arts to broken, because ... well, it just is. go ahead, prove me wrong ! you know you want to !
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 64e3664bd..2f1d92bb4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -64,10 +64,12 @@ HAVE_BROKEN=yes,disabled,
USE_SMOOTHWAVE="yes"
USE_VGA="yes"
USE_XMMS="yes"
+ USE_ARTS="yes"
],[
USE_SMOOTHWAVE="no"
USE_VGA="no"
USE_XMMS="no"
+ USE_ARTS="no"
AC_MSG_NOTICE(not building broken plugins)
])