summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 8f9c419add..467db95378 100755
--- a/configure
+++ b/configure
@@ -3028,9 +3028,11 @@ EOF
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"