summaryrefslogtreecommitdiffstats
path: root/configure.ac
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
commite65c147aa3989f142ee41cf7913f7e7e6a826102 (patch)
treee7d2024e9690fbc9d654505ab646042796e4e127 /configure.ac
parent0f6397c4307defca82d3d3f9639b2620b596b88c (diff)
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 !
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 64e3664b..2f1d92bb 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)
])