summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index fcac02e42d..de88901e82 100755
--- a/configure
+++ b/configure
@@ -5394,8 +5394,9 @@ else
fi
echores "$_fontconfig"
+
echocheck "SSA/ASS support"
-# libass depends on freetype
+# libass depends on FreeType
if test "$_freetype" = no ; then
_ass=no
_res_comment="FreeType support needed"
@@ -5423,6 +5424,7 @@ else
fi
echores "$_ass"
+
echocheck "fribidi with charsets"
if test "$_fribidi" = auto ; then
if ( $_fribidiconfig --version ) >/dev/null 2>&1 ; then