summaryrefslogtreecommitdiffstats
path: root/plugins/decoder/musepack/configure.in.bot
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2022-08-27 14:15:03 +0200
committerSlávek Banko <[email protected]>2022-08-27 14:15:03 +0200
commit3e30a7a74408b3217e3f5a22754cdd39c29d3ca2 (patch)
tree1953c059e0184bed19352f3985d943ea633bd3ba /plugins/decoder/musepack/configure.in.bot
parent0a7dd146a5b291c69f6f3d4a82b7209e6f4e2847 (diff)
downloadk3b-3e30a7a74408b3217e3f5a22754cdd39c29d3ca2.tar.gz
k3b-3e30a7a74408b3217e3f5a22754cdd39c29d3ca2.zip
Drop automake build support.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'plugins/decoder/musepack/configure.in.bot')
-rw-r--r--plugins/decoder/musepack/configure.in.bot12
1 files changed, 0 insertions, 12 deletions
diff --git a/plugins/decoder/musepack/configure.in.bot b/plugins/decoder/musepack/configure.in.bot
deleted file mode 100644
index 8fb871b..0000000
--- a/plugins/decoder/musepack/configure.in.bot
+++ /dev/null
@@ -1,12 +0,0 @@
-echo ""
-
-if test x$have_mpc = xyes; then
- echo "K3b - Musepack support: yes"
-else
- echo "K3b - Musepack support: no"
-if test "$ac_cv_use_mpc" = "yes"; then
- echo "K3b - You are missing the Musepack headers and libraries >= 1.1."
- echo "K3b - The Musepack audio decoding plugin won't be compiled."
-fi
-fi
-