summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDom Lachowicz <domlachowicz@gmail.com>2004-06-22 00:41:24 +0000
committerDom Lachowicz <domlachowicz@gmail.com>2004-06-22 00:41:24 +0000
commit4c42c2e1a45f4644f320d0458205ed4528a84cc2 (patch)
tree396653bdb0b3c428b6770fbfac242d7e6fde4a09
parent9d08a9d5e97d537fde288820bd35f66ea00adddb (diff)
downloadenchant-4c42c2e1a45f4644f320d0458205ed4528a84cc2.tar.gz
another hspell patch
git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@20935 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index c02e2e9..26b01a9 100644
--- a/configure.in
+++ b/configure.in
@@ -215,7 +215,7 @@ if test "x$with_hspell_dir" != "x" ; then
hspell_dir=$with_hspell_dir
fi
-HSPELL_LIBS=" -lhspell"
+HSPELL_LIBS=" -lhspell -lz"
HSPELL_CFLAGS="$HSPELL_CFLAGS -DENCHANT_HSPELL_DICT_DIR='\"$hspell_dict_dir\"'"
AC_SUBST(HSPELL_CFLAGS)
AC_SUBST(HSPELL_LIBS)