summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 86b436061d..361820a3d6 100755
--- a/configure
+++ b/configure
@@ -6110,7 +6110,7 @@ fi
echores "$_musepack"
-echocheck "FAAC (AAC encoder) support"
+echocheck "FAAC support"
if test "$_faac" = auto ; then
cat > $TMPC <<EOF
#include <inttypes.h>
@@ -6141,7 +6141,7 @@ _res_comment="in libavcodec: $_faac_lavc"
echores "$_faac"
-echocheck "FAAD2 (AAC) support"
+echocheck "FAAD2 support"
if test "$_faad_internal" = auto ; then
if x86_32 && test cc_vendor=gnu; then
case $cc_version in