summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 50286dc352..39dcdf1854 100755
--- a/configure
+++ b/configure
@@ -2513,7 +2513,7 @@ echores "$_dvdread"
echocheck "libcdio"
if test "$_libcdio" = auto ; then
_libcdio=no
- if pkg_config_add 'libcdio_paranoia < 10.2+0.90' ; then
+ if pkg_config_add 'libcdio_paranoia' ; then
_libcdio=yes
fi
fi