[w3m-dev 02526] new configure

From: Fumitoshi UKAI <ukai@debian.or.jp>
This commit is contained in:
Fumitoshi UKAI
2001-11-23 19:00:47 +00:00
parent 8accab8783
commit 5fe9af68a0
9 changed files with 481 additions and 498 deletions

View File

@@ -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.)