Fixing bustage
git-svn-id: svn://10.0.0.236/trunk@166739 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
2
mozilla/configure
vendored
2
mozilla/configure
vendored
@@ -7011,7 +7011,7 @@ else
|
||||
cat > conftest.c <<EOF
|
||||
int foo __attribute__ ((visibility ("hidden"))) = 1;
|
||||
EOF
|
||||
ac_cv_visibility_attribute=no
|
||||
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
|
||||
ac_cv_visibility_hidden=yes
|
||||
|
||||
@@ -1935,7 +1935,7 @@ if test "$GNU_CC"; then
|
||||
[cat > conftest.c <<EOF
|
||||
int foo __attribute__ ((visibility ("hidden"))) = 1;
|
||||
EOF
|
||||
ac_cv_visibility_attribute=no
|
||||
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
|
||||
ac_cv_visibility_hidden=yes
|
||||
|
||||
Reference in New Issue
Block a user