summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 78071344bf42..10d002eaf089 100644
--- a/configure.in
+++ b/configure.in
@@ -215,7 +215,8 @@ cygwin*|interix*|mingw32*)
test_freetype=no
test_fontconfig=no
_os=WINNT
-
+ use_shl_version="TRUE"
+ DYNAMIC_CRT="TRUE"
# If the host OS matches "mingw32*", that means we are using the
# MinGW cross-compiler, because we don't see the point in building
# LibreOffice using MinGW on Windows. If you want to build on
@@ -362,6 +363,9 @@ if test "$_os" = "AIX"; then
fi
fi
+AC_SUBST(use_shl_version)
+AC_SUBST(DYNAMIC_CRT)
+
AC_SUBST(WITH_MINGW)
AC_SUBST(OSVERSION)
AC_SUBST(PTHREAD_CFLAGS)