Lars Gullik Bj�nnes wrote: > I obviously need some help here to do the right thing. > > -- > Lgb I took a look at my aspell-0.50.3 sources. delete_aspell_config is defined in aspell.h, which gets put in /usr/local/include/aspell.h for me. So I presume it is now in libaspell instead if libpspell. As I mentioned before, pspell.h has a define equating delete_pspell_config with delete_aspell_config. If you really want to check for this function, then you have to check both libaspell for delete_aspell_config and libpspell for delete_pspell_config and accept either.
To get things to build for me, I commented out the test for delete_... and uncommented the stuff you had commented out. Hope this isn't just boring. Garst
