From: Kornel Benko Date: Mon, 13 Jul 2009 17:51:27 +0000 (+0000) Subject: Search for hunspell.hxx on ubuntu at standard place X-Git-Tag: 2.0.0~6039 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=052c1b1604e2d6724eebeed9c2c38b74e242538a;p=lyx.git 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 --- diff --git a/development/cmake/CMakeLists.txt b/development/cmake/CMakeLists.txt index 5e82a9e719..6c873f0a7b 100644 --- a/development/cmake/CMakeLists.txt +++ b/development/cmake/CMakeLists.txt @@ -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")