summaryrefslogtreecommitdiffstats
path: root/configure.in.bot
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in.bot')
-rw-r--r--configure.in.bot11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.in.bot b/configure.in.bot
deleted file mode 100644
index 4f1129d..0000000
--- a/configure.in.bot
+++ /dev/null
@@ -1,11 +0,0 @@
-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