From 8fa59d4655f9bcf5b1f2a745adead7f29f8fb6c7 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 24 Jan 2013 10:45:36 +0100 Subject: configure: for now reject the newer libcdio API A patch supporting the newer API AND the older API is in the works. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 80be109cef..50286dc352 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 ; then + if pkg_config_add 'libcdio_paranoia < 10.2+0.90' ; then _libcdio=yes fi fi -- cgit v1.2.3