changeset 21328:8b96b6cb51b4

Disable cddb on Darwin at Reimar's request.
author diego
date Mon, 27 Nov 2006 22:48:54 +0000
parents 40db8a91e674
children 6e49ddb21b9d
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"