summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDom Lachowicz <domlachowicz@gmail.com>2004-06-17 03:48:33 +0000
committerDom Lachowicz <domlachowicz@gmail.com>2004-06-17 03:48:33 +0000
commit9d08a9d5e97d537fde288820bd35f66ea00adddb (patch)
treeaa1f2bf41b52f7cecf6f866603bcbac55f134196
parent1875ea74d2f05c528ca206e8e1e9b5448202ae44 (diff)
downloadenchant-9d08a9d5e97d537fde288820bd35f66ea00adddb.tar.gz
support the next version of hspell
git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@20934 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index e4da681..c02e2e9 100644
--- a/configure.in
+++ b/configure.in
@@ -202,10 +202,10 @@ build_hspell=no
check_hspell=yes
AC_ARG_ENABLE(hspell, [ --disable-hspell enable the hspell backend [default=auto]], check_hspell="$enableval", check_hspell=yes)
-dnl change to pkg-config when hspell will provide an hspell.pc file
+dnl change to pkg-config when hspell provides a hspell.pc file
if test "x$check_hspell" != "xno"; then
- AC_CHECK_LIB(hspell,hspell_check_word,build_hspell=yes, build_hspell=no)
+ AC_CHECK_LIB(hspell,hspell_check_word,build_hspell=yes, build_hspell=no, -lz)
fi
hspell_dir=${datadir}/enchant/hspell