# HG changeset patch # User diego # Date 1164667734 0 # Node ID 8b96b6cb51b4b0a54c795983b86c164490c1fd3b # Parent 40db8a91e674e4206a3f261d363529bdc2b7cf12 Disable cddb on Darwin at Reimar's request. diff -r 40db8a91e674 -r 8b96b6cb51b4 configure --- a/configure Mon Nov 27 22:34:03 2006 +0000 +++ b/configure Mon Nov 27 22:48:54 2006 +0000 @@ -5226,7 +5226,7 @@ _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"