summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 637eb1d723..a1ed18cfa8 100755
--- a/configure
+++ b/configure
@@ -6365,7 +6365,7 @@ else
fi
echores "$_amr_nb_fixed"
-if test "$_amr_nb" = yes ; then
+if test "$_amr_nb" = yes || test "$_amr_nb_fixed" = yes ; then
_codecmodules="amr_nb $_codecmodules"
else
_nocodecmodules="amr_nb $_nocodecmodules"