if test "$pspell_use_include" = "NO" || \
test "$pspell_use_include" = "NO"; then
if test "$USE_PSPELL" = "yes"; then
USE_PSPELL="not found"
fi
fi
Shouldn't one of the test lines be
test "pspell_use_lib" = "NO"There still needs to be a test that does not depend on the static lib. Garst
