Search for hunspell.hxx on ubuntu at standard place

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30551 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Kornel Benko 2009-07-13 17:51:27 +00:00
parent defe820a8a
commit 052c1b1604

View File

@ -194,7 +194,7 @@ if(use_external_libintl)
add_definitions(-DHAVE_GETTEXT)
endif()
find_file(HUNSPELL_FOUND hunspell.hxx)
find_file(HUNSPELL_FOUND "hunspell/hunspell.hxx")
if (HUNSPELL_FOUND)
message(STATUS "----- Building with Hunspell")