>>>>> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:

Abdelrazak> With this architecture, the source code does not know
Abdelrazak> about the settings because they are not macro. So if I
Abdelrazak> want to test without Aspell support I don't need to
Abdelrazak> rebuild everything.

You mean something like that (src/Makefile.am)?

if USE_ASPELL
ASPELL = aspell.C aspell_local.h
endif
if USE_PSPELL
PSPELL = pspell.C pspell.h
endif
if USE_ISPELL
ISPELL = ispell.C ispell.h
endif


JMarc

Reply via email to