You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
363 B
10 lines
363 B
if test "x$with_audiofile" = xcheck && test "x$arts_audiolib_found" = xno; then
|
|
echo ""
|
|
echo "You're missing libaudiofile. aRts won't be able to load or play"
|
|
echo "any samples without it, so please install it."
|
|
echo "Have a look at http://oss.sgi.com/projects/audiofile/ or find a"
|
|
echo "binary package for your platform."
|
|
echo ""
|
|
all_tests=bad
|
|
fi
|