changeset 20595:17e87d88049f

Check for existence of libcdio_paranoia, not libcdio, since the former is what we actually need.
author reimar
date Thu, 02 Nov 2006 18:12:19 +0000
parents 8cf7c136676d
children 82a1ee455661
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Thu Nov 02 18:07:00 2006 +0000
+++ b/configure	Thu Nov 02 18:12:19 2006 +0000
@@ -5329,7 +5329,7 @@
         cc_check $_ld_tmp $_ld_lm \
           && _libcdio=yes && _ld_libcdio="$_ld_tmp" && break
     done
-    if test "$_libcdio" = no && $_pkg_config --exists libcdio ; then
+    if test "$_libcdio" = no && $_pkg_config --exists libcdio_paranoia ; then
       _inc_tmp=`$_pkg_config --cflags libcdio_paranoia`;
       _ld_tmp=`$_pkg_config --libs libcdio_paranoia`;
       cc_check $_inc_tmp $_ld_tmp $_ld_lm && _libcdio=yes \