configure: for now reject the newer libcdio API

A patch supporting the newer API AND the older API is in the works.
This commit is contained in:
Rudolf Polzer 2013-01-24 10:45:36 +01:00
parent 3b22404e07
commit 8fa59d4655
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -2513,7 +2513,7 @@ echores "$_dvdread"
echocheck "libcdio"
if test "$_libcdio" = auto ; then
_libcdio=no
if pkg_config_add libcdio_paranoia ; then
if pkg_config_add 'libcdio_paranoia < 10.2+0.90' ; then
_libcdio=yes
fi
fi