summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-01-23 12:28:25 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-01-24 09:34:16 +0000
commitf0b38738d82dbbc11e9507ee79339cb6563efaa1 (patch)
treef93f37fb70afed750d5100751412e949e0c4544f /configure.ac
parenttdf#104334 DOC import: don't map STYLREF with switches to SwChapterField (diff)
downloadcore-f0b38738d82dbbc11e9507ee79339cb6563efaa1.tar.gz
core-f0b38738d82dbbc11e9507ee79339cb6563efaa1.zip
Related: tdf#105426 upgrade to hunspell-1.6.0
Change-Id: I275222d1a7d78cbfb1ca046562fc8a3c314b0fae Reviewed-on: https://gerrit.libreoffice.org/33454 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 6c34a3043621..e8551c801e88 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9543,7 +9543,7 @@ if test "$with_system_hunspell" = "yes"; then
HUNSPELL_LIBS=-lhunspell
fi
AC_LANG_POP([C++])
- libo_MINGW_CHECK_DLL([libhunspell-1.5])
+ libo_MINGW_CHECK_DLL([libhunspell-1.6])
HUNSPELL_CFLAGS=$(printf '%s' "$HUNSPELL_CFLAGS" | sed -e "s/-I/${ISYSTEM?}/g")
FilterLibs "${HUNSPELL_LIBS}"
HUNSPELL_LIBS="${filteredlibs}"
@@ -9554,7 +9554,7 @@ else
if test "$COM" = "MSC"; then
HUNSPELL_LIBS="${WORKDIR}/LinkTarget/StaticLibrary/hunspell.lib"
else
- HUNSPELL_LIBS="-L${WORKDIR}/UnpackedTarball/hunspell/src/hunspell/.libs -lhunspell-1.5"
+ HUNSPELL_LIBS="-L${WORKDIR}/UnpackedTarball/hunspell/src/hunspell/.libs -lhunspell-1.6"
fi
BUILD_TYPE="$BUILD_TYPE HUNSPELL"
fi