# HG changeset patch # User reimar # Date 1165264107 0 # Node ID 5ddabe4894125b2bce348cb067bcb70d615909f0 # Parent edfd292bbf9e5ee24b41f2b092f2d70d2deab097 Move cddb "autodetection" so it also works for libcdio diff -r edfd292bbf9e -r 5ddabe489412 configure --- 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