mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 894717 - Fix 'plase upgrade' typo in autoconf files. r=khuey
This commit is contained in:
parent
10740fb602
commit
2f60adc1ac
@ -31,7 +31,7 @@ AC_LANG_RESTORE
|
|||||||
|
|
||||||
AC_MSG_RESULT($ac_have_gcc_pr39608)
|
AC_MSG_RESULT($ac_have_gcc_pr39608)
|
||||||
if test "$ac_have_gcc_pr39608" = "yes"; then
|
if test "$ac_have_gcc_pr39608" = "yes"; then
|
||||||
echo This compiler would fail to build firefox, plase upgrade.
|
echo This compiler would fail to build firefox, please upgrade.
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
])
|
])
|
||||||
|
@ -42,7 +42,7 @@ AC_LANG_RESTORE
|
|||||||
|
|
||||||
if test "$ac_have_llvm_pr8927" = "yes"; then
|
if test "$ac_have_llvm_pr8927" = "yes"; then
|
||||||
AC_MSG_RESULT(yes)
|
AC_MSG_RESULT(yes)
|
||||||
echo This compiler would miscompile firefox, plase upgrade.
|
echo This compiler would miscompile firefox, please upgrade.
|
||||||
echo see http://developer.mozilla.org/en-US/docs/Developer_Guide/Build_Instructions/Mac_OS_X_Prerequisites
|
echo see http://developer.mozilla.org/en-US/docs/Developer_Guide/Build_Instructions/Mac_OS_X_Prerequisites
|
||||||
echo for more information.
|
echo for more information.
|
||||||
exit 1
|
exit 1
|
||||||
|
@ -31,7 +31,7 @@ AC_LANG_RESTORE
|
|||||||
|
|
||||||
AC_MSG_RESULT($ac_have_gcc_pr39608)
|
AC_MSG_RESULT($ac_have_gcc_pr39608)
|
||||||
if test "$ac_have_gcc_pr39608" = "yes"; then
|
if test "$ac_have_gcc_pr39608" = "yes"; then
|
||||||
echo This compiler would fail to build firefox, plase upgrade.
|
echo This compiler would fail to build firefox, please upgrade.
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
])
|
])
|
||||||
|
@ -42,7 +42,7 @@ AC_LANG_RESTORE
|
|||||||
|
|
||||||
if test "$ac_have_llvm_pr8927" = "yes"; then
|
if test "$ac_have_llvm_pr8927" = "yes"; then
|
||||||
AC_MSG_RESULT(yes)
|
AC_MSG_RESULT(yes)
|
||||||
echo This compiler would miscompile firefox, plase upgrade.
|
echo This compiler would miscompile firefox, please upgrade.
|
||||||
echo see http://developer.mozilla.org/en-US/docs/Developer_Guide/Build_Instructions/Mac_OS_X_Prerequisites
|
echo see http://developer.mozilla.org/en-US/docs/Developer_Guide/Build_Instructions/Mac_OS_X_Prerequisites
|
||||||
echo for more information.
|
echo for more information.
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user