Lars Gullik Bj�nnes wrote:
> 
> "Garst R. Reese" <[EMAIL PROTECTED]> writes:
> 
> | Would this work?
> |
> |     AC_CHECK_LIB(pspell, new_pspell_config, break, USE_PSPELL=no)
> |         if test "$USE_PSPELL" = "no" ; then
> |               AC_CHECK_LIB(aspell, new_aspell_config, break, USE_PSPELL=no)
> |       fi
> | I don't really understand what the test for new_pspell_config is doing
> | it the current version.
> 
> It is testing that the lib is linkable.
> 
> Please test the above.
> 
AC_CHECK_LIB did not seem to like the break thing.

> _but_ I belive that this will make us link with libaspell instead of
> libpspell and I have no idea if that will work.
> 
Linking with libaspell seems to work, but whether it, or bin aspell is
used,
I don't know.

Thanks,
  Garst

Reply via email to