Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > media > core-src > by-pkgid > 32ca40091ab539ab6443fcc05c86b593 > files > 3

thunderbird-2.0.0.21-alt0.M41.1.src.rpm

--- 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 <<EOF
                   int foo __attribute__ ((visibility ("hidden"))) = 1;
 EOF
                   ac_cv_visibility_hidden=no
                   if ${CC-cc} -Werror -S conftest.c -o conftest.s >/dev/null 2>&1; then
                     if grep '\.hidden.*foo' conftest.s >/dev/null; then