mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 792509 - Allow Metro builds on non-Windows platforms [r=jimm]
This commit is contained in:
parent
4447e28755
commit
3edb33b536
10
configure.in
10
configure.in
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user