changeset 21480:5ddabe489412

Move cddb "autodetection" so it also works for libcdio
author reimar
date Mon, 04 Dec 2006 20:28:27 +0000
parents edfd292bbf9e
children 95c9f47c1cd8
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Mon Dec 04 20:20:32 2006 +0000
+++ b/configure	Mon Dec 04 20:28:27 2006 +0000
@@ -5250,7 +5250,6 @@
     _cdda='yes'
     _ld_extra="$_ld_extra -lcdda_interface -lcdda_paranoia"
     openbsd && _ld_extra="$_ld_extra -lutil"
-    test $_cddb = auto && test $_network = yes && not darwin && _cddb=yes
 fi
 echores "$_cdparanoia"
 
@@ -5297,6 +5296,7 @@
 echores "$_libcdio"
 
 if test "$_cdda" = yes ; then
+    test $_cddb = auto && test $_network = yes && not darwin && _cddb=yes
     _def_cdparanoia='#define HAVE_CDDA'
     _inputmodules="cdda $_inputmodules"
 else