diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2001-11-23 19:00:47 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2001-11-23 19:00:47 +0000 |
commit | 5fe9af68a076babf506eed602889f5e0e4233559 (patch) | |
tree | eb4e9cb012c1aa89ade885e0e121eb3d832d70f5 /doc/README.dict | |
parent | [w3m-dev 02523] (diff) | |
download | w3m-5fe9af68a076babf506eed602889f5e0e4233559.tar.gz w3m-5fe9af68a076babf506eed602889f5e0e4233559.zip |
[w3m-dev 02526] new configure
From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat (limited to 'doc/README.dict')
-rw-r--r-- | doc/README.dict | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.dict b/doc/README.dict index 63fd4a2..ecb32be 100644 --- a/doc/README.dict +++ b/doc/README.dict @@ -12,11 +12,11 @@ To make use of dictionary look-up, you have to change compile option by hand. After running configure, edit config.h and change -#undef DICT +#undef USE_DICT into -#define DICT +#define USE_DICT and recompile w3m. (You have to recompile dict.c and keybind.c.) |