From 4f1264ab01f48977ef60615aefaa6787afa08047 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 27 Nov 2006 22:48:54 +0000 Subject: Disable cddb on Darwin at Reimar's request. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21344 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 99343b1917..fa7e1abba3 100755 --- a/configure +++ b/configure @@ -5226,7 +5226,7 @@ if test "$_cdparanoia" = yes ; then _cdda='yes' _ld_extra="$_ld_extra -lcdda_interface -lcdda_paranoia" openbsd && _ld_extra="$_ld_extra -lutil" - test $_network = yes && _cddb=yes + test $_network = yes && not darwin && _cddb=yes fi echores "$_cdparanoia" -- cgit v1.2.3