From 39eb37a9c2191d87c1f714f6a5cdcfbb55869055 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 4 Jun 2002 21:55:53 +0000 Subject: [PATCH] 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 ! --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 64e3664bd8..2f1d92bb4f 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) ])