mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Automated update from host egg
This commit is contained in:
parent
c6a641babf
commit
8515aaf47c
2
configure
vendored
2
configure
vendored
@ -8011,7 +8011,7 @@ EOF
|
||||
if ! ${CC-cc} ${CFLAGS} ${DSO_PIC_CFLAGS} ${DSO_LDOPTS} -O2 -S -o conftest.S conftest.c ; then
|
||||
ac_cv_have_visibility_builtin_bug=yes
|
||||
else
|
||||
if test `grep -C "@PLT" conftest.S` == 0; then
|
||||
if test `grep -c "@PLT" conftest.S` == 0; then
|
||||
ac_cv_visibility_builtin_bug=yes
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user