Bug 792509 - Allow Metro builds on non-Windows platforms [r=jimm]

This commit is contained in:
Matt Brubeck 2013-01-26 23:45:27 -08:00
parent 4447e28755
commit 3edb33b536
2 changed files with 0 additions and 20 deletions

View File

@ -432,16 +432,6 @@ fi
AC_SUBST(CRTDLLVERSION)
AC_SUBST(CRTEXPDLLVERSION)
if test -n "$MOZ_METRO"; then
case "$target" in
*-mingw*)
;;
*)
AC_MSG_ERROR([Metro builds only valid on the windows platform.]);
;;
esac
fi
MOZ_ARG_WITH_STRING(windows-version,
[ --with-windows-version=WINSDK_TARGETVER
Windows SDK version to target. Lowest version

View File

@ -367,16 +367,6 @@ else
WINVER=502
fi
if test -n "$MOZ_METRO"; then
case "$target" in
*-mingw*)
;;
*)
AC_MSG_ERROR([Metro builds only valid on the windows platform.]);
;;
esac
fi
MOZ_ARG_WITH_STRING(windows-version,
[ --with-windows-version=WINSDK_TARGETVER
Windows SDK version to target. Lowest version