summaryrefslogtreecommitdiffstats
path: root/audiofile_artsplugin/configure.in.bot
blob: 1ac1ffa1fa8dbe0efe270df6a88d160902d2265d (plain)
1
2
3
4
5
6
7
8
9
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