[Libreoffice-commits] core.git: configure.ac
Maxim Monastirsky
momonasmon at gmail.com
Mon Nov 18 11:09:55 PST 2013
configure.ac | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 7cbf4629eadfe0f3da611ee0430a3ab6f2bd33ff
Author: Maxim Monastirsky <momonasmon at gmail.com>
Date: Mon Nov 18 17:49:51 2013 +0200
fdo#65124 define HAVE_FMERGENEUTRALITEMS for MSVC build
It has been added because mingw headers are missing
fMergeNeutralItems in SCRIPT_CONTROL struct
(see commit f6deda85ef4f28426c09fab7205f274922af3d96),
so there is no apparent reason to disable it for MSVC.
It also resolves fdo#65124.
Change-Id: I4b7381f076c213f12f32cf03e2c0f321ccb1c4ce
Reviewed-on: https://gerrit.libreoffice.org/6711
Reviewed-by: Tor Lillqvist <tml at collabora.com>
Tested-by: Tor Lillqvist <tml at collabora.com>
diff --git a/configure.ac b/configure.ac
index 0de54c6..44dcde8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5665,6 +5665,10 @@ using namespace std;
AC_SUBST(MINGW_GXXDLL)
fi
+if test "$_os" = "WINNT" -a "$WITH_MINGW" != "yes"; then
+ AC_DEFINE(HAVE_FMERGENEUTRALITEMS)
+fi
+
if test "$WITH_MINGW" = "yes"; then
AC_MSG_CHECKING([for fMergeNeutralItems in SCRIPT_CONTROL])
AC_COMPILE_IFELSE([AC_LANG_PROGRAM(
More information about the Libreoffice-commits
mailing list