# HG changeset patch # User jaf # Date 1023836330 0 # Node ID ce074b142a88ae0162dda17715387950377752e7 # Parent 26c35aa7e1d85f44a0fafd701d2e6896728a4caa cdda added to input/notinput diff -r 26c35aa7e1d8 -r ce074b142a88 configure --- a/configure Tue Jun 11 18:57:47 2002 +0000 +++ b/configure Tue Jun 11 22:58:50 2002 +0000 @@ -3028,9 +3028,11 @@ fi if test "$_cdparanoia" = yes ; then _def_cdparanoia='#define HAVE_CDDA' + _inputmodules="cdda $_inputmodules" _ld_cdparanoia="$_ld_cdparanoia -lcdda_interface -lcdda_paranoia" else _def_cdparanoia='#undef HAVE_CDDA' + _noinputmodules="cdda $_noinputmodules" fi echores "$_cdparanoia"