--- mozilla/configure.in.asm-fix 2006-02-13 09:17:22 +0300 +++ mozilla/configure.in 2006-02-13 09:18:44 +0300 @@ -2359,17 +2359,18 @@ dnl Note that we assume that mac & win32 CXXFLAGS=$_SAVE_CXXFLAGS fi AC_LANG_RESTORE fi dnl Check for .hidden assembler directive and visibility attribute. dnl Borrowed from glibc configure.in dnl =============================================================== -if test "$GNU_CC"; then +dnl if test "$GNU_CC"; then +if false; then AC_CACHE_CHECK(for visibility(hidden) attribute, ac_cv_visibility_hidden, [cat > conftest.c </dev/null 2>&1; then if grep '\.hidden.*foo' conftest.s >/dev/null; then