]> git.lyx.org Git - lyx.git/commitdiff
Search for hunspell.hxx on ubuntu at standard place
authorKornel Benko <kornel@lyx.org>
Mon, 13 Jul 2009 17:51:27 +0000 (17:51 +0000)
committerKornel Benko <kornel@lyx.org>
Mon, 13 Jul 2009 17:51:27 +0000 (17:51 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30551 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/CMakeLists.txt

index 5e82a9e719808bb275d6748ca2337c302d41ed88..6c873f0a7bcfd183590fd058aa1eaf48f9d992c5 100644 (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")