]> git.lyx.org Git - lyx.git/blobdiff - config/spell.m4
* src/BufferParams.cpp (readToken):
[lyx.git] / config / spell.m4
index 0152081d85cf5cf0e6174e9e7ad4c0ebc350a223..f60cdbfe4e134074666a631a672b676b9239e332 100644 (file)
@@ -33,7 +33,7 @@ AC_DEFUN([CHECK_WITH_PSPELL],
     test "$with_pspell" = "no" && lyx_use_pspell=false
 
     if $lyx_use_pspell ; then
-       AC_CHECK_HEADERS(pspell/PSpell.h,, lyx_use_pspell=false)
+       AC_CHECK_HEADERS(pspell/pspell.h,, lyx_use_pspell=false)
        AC_CHECK_LIB(pspell, main, LIBS="-lpspell $LIBS", lyx_use_pspell=false)
 
        AC_MSG_CHECKING([whether to use pspell])