summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-05-15 08:29:19 +0300
committerTor Lillqvist <tml@iki.fi>2013-05-15 09:13:08 +0300
commit9922ec862ece36eef9c2a8576ba785326b93a021 (patch)
treeea6daf581c2411ad7674e88706b31645315edef3
parent71b68d4cf2a888cff225cd2f6055d12b20f50adc (diff)
DYNAMIC_CRT is unused
Change-Id: Iabeec6542d18f773a0ae5781214ec7d4ce02b3ab
-rw-r--r--config_host.mk.in1
-rw-r--r--configure.ac2
2 files changed, 0 insertions, 3 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index ed82869842dc..4c9beb985a6a 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -103,7 +103,6 @@ export DOCDIR=@DOCDIR@
export DOXYGEN=@DOXYGEN@
export DO_FETCH_TARBALLS=@DO_FETCH_TARBALLS@
export DPKG=@DPKG@
-export DYNAMIC_CRT=@DYNAMIC_CRT@
export ENABLE_CAIRO_CANVAS=@ENABLE_CAIRO_CANVAS@
export ENABLE_CORETEXT=@ENABLE_CORETEXT@
export ENABLE_CRASHDUMP=@ENABLE_CRASHDUMP@
diff --git a/configure.ac b/configure.ac
index 5cbeecc31078..2abcefad4d90 100644
--- a/configure.ac
+++ b/configure.ac
@@ -442,7 +442,6 @@ cygwin*|interix*|mingw32*)
test_fontconfig=no
_os=WINNT
use_shl_version="TRUE"
- DYNAMIC_CRT="TRUE"
DLLPOST=".dll"
LINKFLAGSNOUNDEFS=
@@ -617,7 +616,6 @@ if test "$_os" = "AIX"; then
fi
AC_SUBST(use_shl_version)
-AC_SUBST(DYNAMIC_CRT)
AC_SUBST(WITH_MINGW)
AC_SUBST(OSVERSION)