25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
arts/configure.in.bot

12 satır
403 B

dnl put here things which have to be done as very last part of configure
if 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://www.68k.org/~michael/audiofile/ or find a"
echo "binary package for your platform."
echo ""
all_tests=bad
fi