Hello,

  I am trying to add fribidi support to elinks, I had a couple of 
  questions:

  1. what should I do to the configure scripts to detect fribidi ? Is it 
  correct (and sufficient) to add those lines to configure.in:

PKG_CHECK_MODULES(FRIBIDI,fribidi >= 0.10.4)
AC_SUBST(FRIBIDI_LIBS)
AC_SUBST(FRIBIDI_CFLAGS)

  2. In src/intl/charsets.h there is

typedef uint32_t unicode_val_T;

  I was  thinking to replace uint32_t with FriBidiChar (data type that 
  fribidi uses), any problem with that ?

-- 
 أحمد المحمودي (Ahmed El-Mahmoudy)
  Digital design engineer
  SySDSoft, Inc.
 GPG KeyID: 0x9DCA0B27 (@ subkeys.pgp.net)
 GPG Fingerprint: 087D 3767 8CAC 65B1 8F6C  156E D325 C3C8 9DCA 0B27
_______________________________________________
elinks-dev mailing list
elinks-dev@linuxfromscratch.org
http://linuxfromscratch.org/mailman/listinfo/elinks-dev

Reply via email to