summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 1 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 3b676a15..3f8455c2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -355,12 +355,7 @@ if test "x$enable_emidi" != "xno" ; then
fi
if test "x$enable_musepack" != "xno" ; then
- AC_CHECK_LIB([mpcdec], [main], [HAVE_MPCDEC=yes])
- if test "x$HAVE_MPCDEC" = "xyes" ; then
- HAVE_MUSEPACK=yes
- MUSEPACK_LIBS="-lmpcdec"
- AC_SUBST(MUSEPACK_LIBS)
- fi
+ HAVE_MUSEPACK=yes
fi
if test "x$enable_wildmidi" != "xno" ; then