summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-11 18:19:05 +0000
committerods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-11 18:19:05 +0000
commite510d5531ee3a900fa7fec474791788c40615f68 (patch)
tree83b19e57fa815f5eabbed4b65b204b66d126e019 /configure
parent1e255f168e3fc762cbeda990b66cf39401725179 (diff)
downloadmpv-e510d5531ee3a900fa7fec474791788c40615f68.tar.bz2
mpv-e510d5531ee3a900fa7fec474791788c40615f68.tar.xz
make fribidi autodetect by default instead of disable
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17177 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index dab0944b03..825627dca3 100755
--- a/configure
+++ b/configure
@@ -210,7 +210,7 @@ Optional features:
--disable-unrarlib Disable Unique RAR File Library [enabled]
--enable-menu Enable OSD menu support (NOT DVD MENU) [disabled]
--disable-sortsub Disable subtitles sorting [enabled]
- --enable-fribidi Enable using the FriBiDi libs [disabled]
+ --enable-fribidi Enable using the FriBiDi libs [autodetect]
--disable-enca Disable using ENCA charset oracle library [autodetect]
--disable-macosx Disable Mac OS X specific features [autodetect]
--enable-macosx-finder-support Enable Mac OS X Finder invocation parameter parsing [disabled]
@@ -1562,7 +1562,7 @@ _macosx_finder_support=no
_macosx_bundle=auto
_sortsub=yes
_freetypeconfig='freetype-config'
-_fribidi=no
+_fribidi=auto
_fribidiconfig='fribidi-config'
_enca=auto
_inet6=auto
@@ -5204,7 +5204,7 @@ fi
echores "$_fontconfig"
echocheck "fribidi with charsets"
-if test "$_fribidi" = yes ; then
+if test "$_fribidi" = auto ; then
if ( $_fribidiconfig --version ) >/dev/null 2>&1 ; then
cat > $TMPC << EOF
#include <stdio.h>