mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 894717 - Fix 'plase upgrade' typo in autoconf files. r=khuey
This commit is contained in:
parent
54ca2d48ee
commit
681912ae4a
@ -31,7 +31,7 @@ AC_LANG_RESTORE
|
||||
|
||||
AC_MSG_RESULT($ac_have_gcc_pr39608)
|
||||
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
|
||||
fi
|
||||
])
|
||||
|
@ -42,7 +42,7 @@ AC_LANG_RESTORE
|
||||
|
||||
if test "$ac_have_llvm_pr8927" = "yes"; then
|
||||
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 for more information.
|
||||
exit 1
|
||||
|
@ -31,7 +31,7 @@ AC_LANG_RESTORE
|
||||
|
||||
AC_MSG_RESULT($ac_have_gcc_pr39608)
|
||||
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
|
||||
fi
|
||||
])
|
||||
|
@ -42,7 +42,7 @@ AC_LANG_RESTORE
|
||||
|
||||
if test "$ac_have_llvm_pr8927" = "yes"; then
|
||||
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 for more information.
|
||||
exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user