Updated
Showing
2 changed files
with
11 additions
and
0 deletions
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 | ... | ... |
-
Please register or sign in to post a comment