changeset 15810:27b1d5a4f972

makes fribidi <= 0.10.4 works again
author aurel
date Thu, 23 Jun 2005 23:40:07 +0000
parents c4974449b18c
children 9b4bbb6098f6
files configure
diffstat 1 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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 <stdio.h>
+/* workaround for fribidi 0.10.4 and below */
+#define FRIBIDI_CHARSET_UTF8 FRIBIDI_CHAR_SET_UTF8
 #include <fribidi/fribidi.h>
-/* 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) {