summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2012-10-28 13:43:54 -0400
committerPeter Foley <pefoley2@verizon.net>2012-10-28 14:23:32 -0400
commit2e4ab69246bc93fbc8cbbfc9f74c03612e611e11 (patch)
tree8750d4a589ea150e588d875d5b3aaa223870fab6 /configure.ac
parent0b79b4e4657a3ac8fdc27e0e2922524c1f819d5a (diff)
convert hunspell to gbuild
Change-Id: I285292ca7f7252399c3898ca49f73727ab569fca
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index fbe21cc636f8..276e991be1c8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8840,9 +8840,11 @@ if test "$with_system_hunspell" = "yes"; then
else
AC_MSG_RESULT([internal])
SYSTEM_HUNSPELL=NO
+ HUNSPELL_TARBALL="3121aaf3e13e5d88dfff13fb4a5f1ab8-hunspell-1.3.2.tar.gz"
BUILD_TYPE="$BUILD_TYPE HUNSPELL"
fi
AC_SUBST(SYSTEM_HUNSPELL)
+AC_SUBST(HUNSPELL_TARBALL)
AC_SUBST(HUNSPELL_CFLAGS)
AC_SUBST(HUNSPELL_LIBS)
AC_SUBST([MINGW_HUNSPELL_DLL])