Skip to content
Snippets Groups Projects
Commit c6a641ba authored by benjamin%smedbergs.us's avatar benjamin%smedbergs.us
Browse files

Bug 335949 - typo in fix for 319012, patch by Walter Meini <wuno@lsvw.de>, r=me

parent caf2f78e
No related branches found
No related tags found
No related merge requests found
......@@ -2663,7 +2663,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment