Commit 100d5976 100d59765b40313f5f9e24f57fdbf7ec092bb6ca by Sergey Poznyakoff

Updated

1 parent c3b2793a
2005-10-17 Sergey Poznyakoff <gray@gnu.org.ua>
* configure.ac: New option --without-fribidi allows to disable
fribidi support.
Check for FRIBIDI_CHARSET_CAP_RTL vs. FRIBIDI_CHAR_SET_CAP_RTL.
* README: Updated
2005-09-29 Sergey Poznyakoff <gray@gnu.org.ua>
* examples/decode2047.c: Allow to specify charset from the command
......
......@@ -59,6 +59,10 @@ specific configuration options:
Do not build thread-safe libraries.
--without-fribidi
Do not include fribidi support, even if libfribidi is present.
--with-sql=MODLIST
Enable support for authentication using given SQL modules. MODLIST
......