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