diff configure @ 25393:454ab8a40f1c

Support cddb on darwin.
author ulion
date Sun, 16 Dec 2007 11:31:52 +0000
parents 9850c8b67ccc
children ae7399c268fe
line wrap: on
line diff
--- a/configure	Sun Dec 16 11:13:24 2007 +0000
+++ b/configure	Sun Dec 16 11:31:52 2007 +0000
@@ -5503,7 +5503,7 @@
 echores "$_libcdio"
 
 if test "$_cdda" = yes ; then
-    test $_cddb = auto && test $_network = yes && ! darwin && _cddb=yes
+    test $_cddb = auto && test $_network = yes && _cddb=yes
     _def_cdparanoia='#define HAVE_CDDA'
     _inputmodules="cdda $_inputmodules"
 else