From: foobar Date: Sun, 29 Sep 2002 18:53:19 +0000 (+0000) Subject: Make it compile with the latest _release_ too.. X-Git-Tag: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3cf681c1d97e6ad161f3a5335a8c5948987c80fb;p=php Make it compile with the latest _release_ too.. --- diff --git a/ext/fribidi/fribidi.c b/ext/fribidi/fribidi.c index 515c397ba9..394d340593 100755 --- a/ext/fribidi/fribidi.c +++ b/ext/fribidi/fribidi.c @@ -32,8 +32,7 @@ #include /* The fribidi guys dont believe in BC */ -#ifndef FRIBIDI_CHARSET_NOT_FOUND - +#ifdef FRIBIDI_CHAR_SET_UTF8 #define FRIBIDI_CHARSET_UTF8 FRIBIDI_CHAR_SET_UTF8 #define FRIBIDI_CHARSET_ISO8859_6 FRIBIDI_CHAR_SET_ISO8859_6 #define FRIBIDI_CHARSET_ISO8859_8 FRIBIDI_CHAR_SET_ISO8859_8 @@ -41,7 +40,6 @@ #define FRIBIDI_CHARSET_CP1256 FRIBIDI_CHAR_SET_CP1256 #define FRIBIDI_CHARSET_ISIRI_3342 FRIBIDI_CHAR_SET_ISIRI_3342 #define FRIBIDI_CHARSET_CAP_RTL FRIBIDI_CHAR_SET_CAP_RTL - #endif function_entry fribidi_functions[] = {