Jean-Marc Lasgouttes wrote:
Abdelrazak Younes <you...@lyx.org> writes:
I thought this was because some distribution likes <aspell.h> and
others like <aspell/aspell.h>
Yes it is. However...
In any case, I think we should use <aspell.h> and <hunspell.hxx> in
the code and adjust the include paths instead if need be.
... this is what the code already does, so the tests are useless.
I don't understand; if I put <hunspell.hxx> instead of
<hunspell/hunspell.hxx> it does not compile anymore. What I meant was
that the test are necessary and autotools should add a
'-I/usr/include/hunspell' if it detects that 'hunspell.hxx' is in there.
Abdel.