summaryrefslogtreecommitdiff
path: root/src/myspell/myspell_checker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/myspell/myspell_checker.cpp')
-rw-r--r--src/myspell/myspell_checker.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/myspell/myspell_checker.cpp b/src/myspell/myspell_checker.cpp
index 390d2a2..7b86ca9 100644
--- a/src/myspell/myspell_checker.cpp
+++ b/src/myspell/myspell_checker.cpp
@@ -38,8 +38,13 @@
#include "enchant.h"
#include "enchant-provider.h"
-/* built against hunspell 1.1.5 on 2007-03-19 */
+/* built against hunspell 1.2.2 on 2008-04-12 */
+
+#ifdef WITH_SYSTEM_MYSPELL
+#include <hunspell/hunspell.hxx>
+#else
#include "hunspell.hxx"
+#endif
ENCHANT_PLUGIN_DECLARE("Myspell")