summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2013-04-26 13:12:54 +0200
committerMichael Stahl <mstahl@redhat.com>2013-04-26 15:12:50 +0000
commitd47d311ff962da0bc2780cc46898826896095b82 (patch)
treeccdbf213905c6df30a9276b7a31dd1f4144598be /configure.ac
parent1e197c5a41e45f0d0ae211518aee93339392973c (diff)
fix WaE with system libhunspell
Change-Id: I6d943136ef189a57bc5fa95530c76b0226ba874d Reviewed-on: https://gerrit.libreoffice.org/3618 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 1be9dbd91eda..312998b79ae1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8721,6 +8721,7 @@ if test "$with_system_hunspell" = "yes"; then
fi
AC_LANG_POP([C++])
libo_MINGW_CHECK_DLL([libhunspell-1.3])
+ HUNSPELL_CFLAGS="`echo $HUNSPELL_CFLAGS | sed -e \"s/-I/${ISYSTEM}/g\"`"
else
AC_MSG_RESULT([internal])
SYSTEM_HUNSPELL=NO