comparison configure @ 17176:551fc76f7b35

make fribidi autodetect by default instead of disable
author ods15
date Sun, 11 Dec 2005 18:19:05 +0000
parents 2f4f6c278741
children db14e1c61001
comparison
equal deleted inserted replaced
17175:3aea4bdfd0d0 17176:551fc76f7b35
208 --disable-freetype Disable freetype2 font rendering support [autodetect] 208 --disable-freetype Disable freetype2 font rendering support [autodetect]
209 --disable-fontconfig Disable fontconfig font lookup support [autodetect] 209 --disable-fontconfig Disable fontconfig font lookup support [autodetect]
210 --disable-unrarlib Disable Unique RAR File Library [enabled] 210 --disable-unrarlib Disable Unique RAR File Library [enabled]
211 --enable-menu Enable OSD menu support (NOT DVD MENU) [disabled] 211 --enable-menu Enable OSD menu support (NOT DVD MENU) [disabled]
212 --disable-sortsub Disable subtitles sorting [enabled] 212 --disable-sortsub Disable subtitles sorting [enabled]
213 --enable-fribidi Enable using the FriBiDi libs [disabled] 213 --enable-fribidi Enable using the FriBiDi libs [autodetect]
214 --disable-enca Disable using ENCA charset oracle library [autodetect] 214 --disable-enca Disable using ENCA charset oracle library [autodetect]
215 --disable-macosx Disable Mac OS X specific features [autodetect] 215 --disable-macosx Disable Mac OS X specific features [autodetect]
216 --enable-macosx-finder-support Enable Mac OS X Finder invocation parameter parsing [disabled] 216 --enable-macosx-finder-support Enable Mac OS X Finder invocation parameter parsing [disabled]
217 --enable-macosx-bundle Enable Mac OS X bundle file locations [autodetect] 217 --enable-macosx-bundle Enable Mac OS X bundle file locations [autodetect]
218 --disable-inet6 Disable IPv6 support [autodetect] 218 --disable-inet6 Disable IPv6 support [autodetect]
1560 _macosx=auto 1560 _macosx=auto
1561 _macosx_finder_support=no 1561 _macosx_finder_support=no
1562 _macosx_bundle=auto 1562 _macosx_bundle=auto
1563 _sortsub=yes 1563 _sortsub=yes
1564 _freetypeconfig='freetype-config' 1564 _freetypeconfig='freetype-config'
1565 _fribidi=no 1565 _fribidi=auto
1566 _fribidiconfig='fribidi-config' 1566 _fribidiconfig='fribidi-config'
1567 _enca=auto 1567 _enca=auto
1568 _inet6=auto 1568 _inet6=auto
1569 _gethostbyname2=auto 1569 _gethostbyname2=auto
1570 _ftp=yes 1570 _ftp=yes
5202 _def_fontconfig='#undef HAVE_FONTCONFIG' 5202 _def_fontconfig='#undef HAVE_FONTCONFIG'
5203 fi 5203 fi
5204 echores "$_fontconfig" 5204 echores "$_fontconfig"
5205 5205
5206 echocheck "fribidi with charsets" 5206 echocheck "fribidi with charsets"
5207 if test "$_fribidi" = yes ; then 5207 if test "$_fribidi" = auto ; then
5208 if ( $_fribidiconfig --version ) >/dev/null 2>&1 ; then 5208 if ( $_fribidiconfig --version ) >/dev/null 2>&1 ; then
5209 cat > $TMPC << EOF 5209 cat > $TMPC << EOF
5210 #include <stdio.h> 5210 #include <stdio.h>
5211 /* workaround for fribidi 0.10.4 and below */ 5211 /* workaround for fribidi 0.10.4 and below */
5212 #define FRIBIDI_CHARSET_UTF8 FRIBIDI_CHAR_SET_UTF8 5212 #define FRIBIDI_CHARSET_UTF8 FRIBIDI_CHAR_SET_UTF8