Commit 100d5976 100d59765b40313f5f9e24f57fdbf7ec092bb6ca by Sergey Poznyakoff

Updated

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