[Libreoffice-commits] core.git: configure.ac
David Ostrovsky
david at ostrovsky.org
Fri Apr 26 08:13:10 PDT 2013
configure.ac | 1 +
1 file changed, 1 insertion(+)
New commits:
commit d47d311ff962da0bc2780cc46898826896095b82
Author: David Ostrovsky <david at ostrovsky.org>
Date: Fri Apr 26 13:12:54 2013 +0200
fix WaE with system libhunspell
Change-Id: I6d943136ef189a57bc5fa95530c76b0226ba874d
Reviewed-on: https://gerrit.libreoffice.org/3618
Reviewed-by: Michael Stahl <mstahl at redhat.com>
Tested-by: Michael Stahl <mstahl at redhat.com>
diff --git a/configure.ac b/configure.ac
index 1be9dbd..312998b 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
More information about the Libreoffice-commits
mailing list