author | Justin Lebar <justin.lebar@gmail.com> |
Mon, 19 Jul 2010 14:46:01 -0700 | |
changeset 48094 | a79a291ad6f8557ead991b2d36f2760063355ee0 |
parent 48093 | da66f4dd97cf1905541891fde6845208d6fe073d |
child 48095 | 3c5313a9c4370901793e5b4c9f04e82196e699e3 |
push id | 14570 |
push user | jlebar@mozilla.com |
push date | Thu, 22 Jul 2010 20:44:12 +0000 |
treeherder | mozilla-central@c20a6d551bbf [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | ted |
bugs | 578425 |
milestone | 2.0b3pre |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
configure.in | file | annotate | diff | comparison | revisions |
--- a/configure.in +++ b/configure.in @@ -900,17 +900,17 @@ EOF # If the maximum version supported by this SDK is lower than the target # version, error out AC_MSG_CHECKING([for Windows SDK being recent enough]) if $PERL -e "exit(0x$MOZ_WINSDK_TARGETVER > $MOZ_WINSDK_MAXVER)"; then AC_MSG_RESULT("yes") else AC_MSG_RESULT("no") - AC_MSG_ERROR([You are targeting Windows version 0x$MOZ_WINSDK_TARGETVER, but your SDK only supports up to version $MOZ_WINSDK_MAXVER. Install and use an updated SDK, or target a lower version using --with-windows-version. See https://developer.mozilla.org/En/Windows_SDK_versions for more details on fixing this.]) + AC_MSG_ERROR([You are targeting Windows version 0x$MOZ_WINSDK_TARGETVER, but your SDK only supports up to version $MOZ_WINSDK_MAXVER. Install and use an updated SDK, or target a lower version using --with-windows-version. Alternatively, try running the Windows SDK Configuration Tool and selecting a newer SDK. See https://developer.mozilla.org/En/Windows_SDK_versions for more details on fixing this.]) fi AC_DEFINE_UNQUOTED(MOZ_WINSDK_TARGETVER,0x$MOZ_WINSDK_TARGETVER) # Definitions matching sdkddkver.h AC_DEFINE_UNQUOTED(MOZ_NTDDI_WS03, 0x05020000) AC_DEFINE_UNQUOTED(MOZ_NTDDI_LONGHORN, 0x06000000) AC_DEFINE_UNQUOTED(MOZ_NTDDI_WIN7, 0x06010000) ;;