diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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) ]) |