1 *** ./configure 2009-07-31 23:41:21.220585684 +0200
2 --- ./configure.new 2009-08-01 00:36:53.146922480 +0200
6 _freetypeconfig='freetype-config'
8 ! _fribidiconfig='fribidi-config'
14 _freetypeconfig='freetype-config'
16 ! _fribidiconfig='pkg-config fribidi'
23 echocheck "fribidi with charsets"
24 if test "$_fribidi" = auto ; then
25 ! if ( $_fribidiconfig --version ) >/dev/null 2>&1 ; then
28 /* workaround for fribidi 0.10.4 and below */
31 echocheck "fribidi with charsets"
32 if test "$_fribidi" = auto ; then
33 ! if ( $_fribidiconfig --modversion ) >/dev/null 2>&1 ; then
36 /* workaround for fribidi 0.10.4 and below */