[Libreoffice-commits] .: configure.ac
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Dec 5 22:43:05 PST 2012
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d5516e8fe2933b482058b0d6ec2e256e21ae93a3
Author: Jan Holesovsky <kendy at suse.cz>
Date: Thu Dec 6 07:42:21 2012 +0100
MinGW: Fix configure.
Change-Id: Ia4f72b7bfe12f8f7e526b7dc2a2a2ba3d6eae861
diff --git a/configure.ac b/configure.ac
index fc908e3..c9f9337 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5983,7 +5983,7 @@ if test "$_os" = "Linux" -a "$host_cpu" = "powerpc"; then
fi
AC_SUBST([JITC_PROCESSOR_TYPE])
-if test $_os = "WINNT"; then
+if test $_os = "WINNT" -a "$WITH_MINGW" != yes; then
AC_MSG_CHECKING([for Microsoft_VC${VCVER}_CRT_x86.msm])
copy_msms
if test -n $msms_copied ; then
More information about the Libreoffice-commits
mailing list