summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2012-08-30 15:42:13 -0400
committerDavid Tardon <dtardon@redhat.com>2012-10-07 10:42:15 +0200
commit959cbe4c6931170aec74a212ea02b6a64568b00a (patch)
treebaed27948b899088fa9de482938e4448534b7097 /configure.in
parentwork-around really weird bug in VS2012 (diff)
downloadcore-959cbe4c6931170aec74a212ea02b6a64568b00a.tar.gz
core-959cbe4c6931170aec74a212ea02b6a64568b00a.zip
fix path for make_installer.pl
Change-Id: Iac0ca81edaada999c774cdf8169f07fa98278cc6
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 6249f8c60780..074f16c7dd19 100644
--- a/configure.in
+++ b/configure.in
@@ -12719,8 +12719,10 @@ else
pathmunge "$MSPDB_PATH" "before"
if test "$BITNESS_OVERRIDE" = 64; then
pathmunge "$COMPATH/bin/amd64" "before"
+ pathmunge "$WINDOWS_SDK_HOME/bin/x64" "before"
else
pathmunge "$COMPATH/bin" "before"
+ pathmunge "$WINDOWS_SDK_HOME/bin/x86" "before"
fi
if test "$SOLAR_JAVA" != "" -a "$JDK"!="gcj"; then
if test -d "$JAVA_HOME/jre/bin/client"; then