# HG changeset patch # User aurel # Date 1119570007 0 # Node ID 27b1d5a4f972986d026e54abb5e69596f5d729eb # Parent c4974449b18c8b5d9916756b150463429a3ad386 makes fribidi <= 0.10.4 works again diff -r c4974449b18c -r 27b1d5a4f972 configure --- a/configure Thu Jun 23 17:25:53 2005 +0000 +++ b/configure Thu Jun 23 23:40:07 2005 +0000 @@ -5120,11 +5120,9 @@ if ( $_fribidiconfig --version ) >/dev/null 2>&1 ; then cat > $TMPC << EOF #include +/* workaround for fribidi 0.10.4 and below */ +#define FRIBIDI_CHARSET_UTF8 FRIBIDI_CHAR_SET_UTF8 #include -/* workaround for fribidi 0.10.4 and below */ -#if defined(FRIBIDI_CHARSET_UTF8) && !defined(FRIBIDI_CHAR_SET_UTF8) -#define FRIBIDI_CHAR_SET_UTF8 FRIBIDI_CHARSET_UTF8 -#endif int main() { if(fribidi_parse_charset("UTF-8") != FRIBIDI_CHAR_SET_UTF8) {