From 6988f3c1a334fc18fb656ff4fde715ee1ccba10c Mon Sep 17 00:00:00 2001 From: reimar Date: Thu, 2 Nov 2006 18:12:19 +0000 Subject: Check for existence of libcdio_paranoia, not libcdio, since the former is what we actually need. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20611 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 86e868ba57..3ff367b939 100755 --- a/configure +++ b/configure @@ -5329,7 +5329,7 @@ EOF 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 \ -- cgit v1.2.3