mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
defe820a8a
commit
052c1b1604
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user