add missing quote

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30535 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Edwin Leuven 2009-07-13 09:21:06 +00:00
parent 27a71ede25
commit 20e94094db

View File

@ -197,7 +197,7 @@ endif()
find_file(HUNSPELL_FOUND hunspell.hxx)
if (HUNSPELL_FOUND)
message(STATUS "----- Building with Hunspell)
message(STATUS "----- Building with Hunspell")
else()
message(STATUS "----- Hunspell not found, building without hunspell support")
endif()