summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 6c455a8c..1fb6b006 100644
--- a/configure.ac
+++ b/configure.ac
@@ -77,13 +77,11 @@ 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 plug-ins)
+ AC_MSG_NOTICE([not building broken plug-ins])
])
dnl ##############################