disable some more stuff out of the box

Original commit message from CVS:
disable some more stuff out of the box
This commit is contained in:
Thomas Vander Stichele 2001-12-16 12:23:23 +00:00
parent 55f5117366
commit 431363a7bc

View file

@ -104,10 +104,14 @@ if test "x$broken-plugins" = "$xyes"; then
USE_ARTS="yes"
USE_ARTSC="yes"
USE_LIBGSM="yes"
USE_FLACLIB="yes"
USE_LIBAVIFILE="yes"
else
USE_ARTS="no"
USE_ARTSC="no"
USE_LIBGSM="no"
USE_FLACLIB="no"
USE_LIBAVIFILE="no"
fi