summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-01-19 01:46:38 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-02-05 19:34:03 -0600
commit2e954ee1175938948742f7d5f1e85d06a9a41ba3 (patch)
treefc1e36d9e73eaff70e93bec7f5f1dba972404f6e /configure.in
parentmigrate SOLARINC/LIB[_FOR_BUILD] out of set_soenv (diff)
downloadcore-2e954ee1175938948742f7d5f1e85d06a9a41ba3.tar.gz
core-2e954ee1175938948742f7d5f1e85d06a9a41ba3.zip
WITH_VC_REDIST does not need exporting. it is a SCPDEFS only info
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 7fb6f0a24885..8a4720b3c773 100644
--- a/configure.in
+++ b/configure.in
@@ -4472,7 +4472,7 @@ fi
AC_SUBST([JITC_PROCESSOR_TYPE])
if test $_os = "WINNT"; then
- WITH_VC_REDIST="TRUE"
+ SCPDEFS="$SCPDEFS -DWITH_VC_REDIST"
fi
AC_SUBST(WITH_VC_REDIST)