Fix typo due to the massive rename.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18053 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Enrico Forestieri 2007-04-26 21:50:16 +00:00
parent 82b70e9c64
commit 90ef6ed709

View 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])