summaryrefslogtreecommitdiffstats
path: root/win/configure
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2015-12-03 15:51:07 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2015-12-03 15:51:07 (GMT)
commit948f07e7c9f08d690cca58e8e2e2a10f09941e6f (patch)
tree323ece4e17f57a153846860eb27c003b35b4e461 /win/configure
parent3186f985355c1783dfb7e6601ea7a01170e15ae1 (diff)
parentb05350f55bc466571b95cf371b761b15bf6f8377 (diff)
downloadtk-948f07e7c9f08d690cca58e8e2e2a10f09941e6f.zip
tk-948f07e7c9f08d690cca58e8e2e2a10f09941e6f.tar.gz
tk-948f07e7c9f08d690cca58e8e2e2a10f09941e6f.tar.bz2
Fix 64-bit MSVC build without SDK: If the MSVC version is recent enough, compiling without SDK works fine (provided that the build is configured using "--enable-64bit")
FossilOrigin-Name: 5f09c8ccccd0ac3510e3f01f346d54eeb7824c77
Diffstat (limited to 'win/configure')
-rwxr-xr-xwin/configure12
1 files changed, 4 insertions, 8 deletions
diff --git a/win/configure b/win/configure
index 64aea44..18efa23 100755
--- a/win/configure
+++ b/win/configure
@@ -3941,15 +3941,11 @@ echo "${ECHO_T}using shared flags" >&6
;;
esac
if test ! -d "${PATH64}" ; then
- { echo "$as_me:$LINENO: WARNING: Could not find 64-bit $MACHINE SDK to enable 64bit mode" >&5
-echo "$as_me: WARNING: Could not find 64-bit $MACHINE SDK to enable 64bit mode" >&2;}
- { echo "$as_me:$LINENO: WARNING: Ensure latest Platform SDK is installed" >&5
-echo "$as_me: WARNING: Ensure latest Platform SDK is installed" >&2;}
- do64bit="no"
- else
- echo "$as_me:$LINENO: result: Using 64-bit $MACHINE mode" >&5
-echo "${ECHO_T} Using 64-bit $MACHINE mode" >&6
+ { echo "$as_me:$LINENO: WARNING: Could not find 64-bit $MACHINE SDK" >&5
+echo "$as_me: WARNING: Could not find 64-bit $MACHINE SDK" >&2;}
fi
+ echo "$as_me:$LINENO: result: Using 64-bit $MACHINE mode" >&5
+echo "${ECHO_T} Using 64-bit $MACHINE mode" >&6
fi
LIBS="netapi32.lib kernel32.lib user32.lib advapi32.lib userenv.lib ws2_32.lib"