summaryrefslogtreecommitdiffstats
path: root/scribus/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'scribus/plugins')
-rw-r--r--scribus/plugins/tools/CMakeLists.txt6
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)