diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-07-19 14:58:01 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-07-19 14:58:01 +0100 |
commit | 9a1825f0c38bab7e3831da512db11e96ff2214d2 (patch) | |
tree | 1b508c776d2a7fa92b9ad1236ad65dbd230de757 /m4 | |
parent | 99fac65726da3158cfcbe2323fc15bca28d304df (diff) | |
parent | f5c747a4d6c1d01a5c15c5b5837a19ca0b4c8f1c (diff) | |
download | xine-lib-9a1825f0c38bab7e3831da512db11e96ff2214d2.tar.gz xine-lib-9a1825f0c38bab7e3831da512db11e96ff2214d2.tar.bz2 |
Merge from 1.1.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/decoders.m4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/m4/decoders.m4 b/m4/decoders.m4 index 465784fb8..ac5b6a1c4 100644 --- a/m4/decoders.m4 +++ b/m4/decoders.m4 @@ -286,6 +286,9 @@ AC_DEFUN([XINE_DECODER_PLUGINS], [ if test x"$enable_modplug" = x"yes" && test x"$have_modplug" != x"yes"; then AC_MSG_ERROR([MODPlug support requested, but MODPlug not found]) fi + if test "`"$PKG_CONFIG" --modversion libmodplug`" = 0.8.8; then + AC_MSG_ERROR([you have a broken version of libmodplug (0.8.8); cowardly refusing to use it]) + fi fi AM_CONDITIONAL([ENABLE_MODPLUG], [test x"$have_modplug" = x"yes"]) |