зеркало из https://github.com/mozilla/pjs.git
Fixing bustage
This commit is contained in:
Родитель
884453541b
Коммит
6a38bb188c
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче