Automated update from host egg.build.mozilla.org

This commit is contained in:
cltbld 2008-03-17 15:01:36 +00:00
Родитель 08c38c8c5c
Коммит 54606fd9fd
1 изменённых файлов: 1 добавлений и 1 удалений

2
configure поставляемый
Просмотреть файл

@ -6301,7 +6301,7 @@ EOF
*-*linux*)
if test "$GNU_CC"; then
GCC_VERSION=`$CC -v 2>&1 | awk '/version/ { print $3 }'`
GCC_VERSION=`$CC -v 2>&1 | awk '/^gcc version/ { print $3 }'`
case $GCC_VERSION in
4.1.*|4.2.*)
# -Os is broken on gcc 4.1.x and 4.2.x, we need to tweak it to get good results.