diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | ce4a32fe52ef09d8f5ff1dd22c001110902b60a2 (patch) | |
tree | 5ac38a06f3dde268dc7927dc155896926aaf7012 /kspell2/plugins/configure.in.bot | |
download | tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.tar.gz tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kspell2/plugins/configure.in.bot')
-rw-r--r-- | kspell2/plugins/configure.in.bot | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/kspell2/plugins/configure.in.bot b/kspell2/plugins/configure.in.bot new file mode 100644 index 000000000..e47c874e0 --- /dev/null +++ b/kspell2/plugins/configure.in.bot @@ -0,0 +1,16 @@ +if test -z "$LIBASPELL"; then + echo "" + echo "Your libaspell is too old or not installed, I couldn't find aspell.h." + echo "You must download aspell >= 0.50.2, see http://aspell.net" + echo "Spell-checking with libaspell will not be available, only with ispell dicts." + echo "" +fi +if test -z "$LIBHSPELL"; then +echo "" +echo "The development package of Hspell is not installed, I couldn't find hspell.h." +echo "Spell-checking Hebrew with libhspell will not be available." +echo "If you need it, install hspell >= 0.9 from sources" +echo "see http://www.ivrix.org.il/projects/spell-checker/" +echo "or from packages your distribution provides." +echo "" +fi |