ChangeLog
2002-05-15 Garst Reese <[EMAIL PROTECTED]>
* fix c&p boo boo
* fix to work with .so as well as .a or both.
--- pspell.m4.save Wed May 15 17:54:20 2002
+++ pspell.m4 Wed May 15 20:49:46 2002
@@ -31,12 +31,12 @@
pspell_lib_found="Setting to $pspell_use_lib"
else
pspell_libs="/usr/lib /usr/lib/pspell /usr/local/lib /usr/local/lib/pspell"
- AC_FIND_FILE(libpspell.a,$pspell_libs,pspell_use_lib)
+ AC_FIND_FILE(libpspell.a libpspell.so,$pspell_libs,pspell_use_lib)
pspell_lib_found="yes"
fi
if test "$pspell_use_include" = "NO" || \
- test "$pspell_use_include" = "NO"; then
+ test "$pspell_use_lib" = "NO"; then
if test "$USE_PSPELL" = "yes"; then
USE_PSPELL="not found"
fi