update comment to reflect the fact that nobody should be building trunk on Mac OS X with gcc 3.3 any more. r=bsmedberg

This commit is contained in:
joshmoz@gmail.com 2007-07-17 13:05:14 -07:00
Родитель 494bf2e944
Коммит fe24c61628
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -680,9 +680,7 @@ darwin*)
if test "$GCC_BUILD" = "4061" ; then
AC_MSG_ERROR([You are attempting to use Apple gcc 4.0 build 4061.
This compiler was supplied with Xcode 2.0, and contains bugs that prevent it
from building Mozilla.
Either upgrade to Xcode 2.1 or later, or switch the system's default compiler
to gcc 3.3 by running \"sudo gcc_select 3.3\".])
from building Mozilla. Upgrade to Xcode 2.1 or later.])
fi
fi