diff options
| author | craig <craig@11d20701-8431-0410-a711-e3c959e3b870> | 2012-04-12 21:34:30 +0000 |
|---|---|---|
| committer | craig <craig@11d20701-8431-0410-a711-e3c959e3b870> | 2012-04-12 21:34:30 +0000 |
| commit | 5d0bc4e579ae60da774c840bb472c5af9404940d (patch) | |
| tree | 2cf849079c0531a485c0b18033dbce7302e99eed /scribus/plugins | |
| parent | f3403971efbfd72c8a59eb1957292cf534f1233b (diff) | |
| download | scribus-5d0bc4e579ae60da774c840bb472c5af9404940d.tar.gz scribus-5d0bc4e579ae60da774c840bb472c5af9404940d.tar.xz scribus-5d0bc4e579ae60da774c840bb472c5af9404940d.zip | |
Commit hunspell out of build for now..
git-svn-id: svn://scribus.net/branches/Version14x/Scribus@17438 11d20701-8431-0410-a711-e3c959e3b870
Diffstat (limited to 'scribus/plugins')
| -rw-r--r-- | scribus/plugins/tools/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scribus/plugins/tools/CMakeLists.txt b/scribus/plugins/tools/CMakeLists.txt index 979354e..10cda84 100644 --- a/scribus/plugins/tools/CMakeLists.txt +++ b/scribus/plugins/tools/CMakeLists.txt @@ -9,7 +9,7 @@ ADD_SUBDIRECTORY(subdivide) if (HAVE_ASPELL) ADD_SUBDIRECTORY(spellcheck) endif (HAVE_ASPELL) -if (HAVE_HUNSPELL) - ADD_SUBDIRECTORY(hunspellcheck) -endif (HAVE_HUNSPELL) +#if (HAVE_HUNSPELL) +# ADD_SUBDIRECTORY(hunspellcheck) +#endif (HAVE_HUNSPELL) ADD_SUBDIRECTORY(transform) |
