summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-01-18 15:38:42 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-02-05 19:34:01 -0600
commit45d211b59924fa7d0482858d26e3905f6b76e9a2 (patch)
tree733bba7e0c27550da659bcf55ba054de85106c0e /configure.in
parent9d8d10cecc02c42ab1472023657423c8acbc7eac (diff)
migrate SYNAMIC_CRT and use_shl_version
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)