diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-02-25 00:29:19 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-02-25 00:29:19 +0000 |
commit | 6b1d1d46b9344dab2fb36734c61dc9d517214a6d (patch) | |
tree | 2aeb9167d48d511fe44f324b0a89342c6246f7cc /configure | |
parent | 0f8bbd69cd95c8350571763d15554b9bc3c62226 (diff) | |
download | glibc-6b1d1d46b9344dab2fb36734c61dc9d517214a6d.tar.gz |
Fix configure logic for disabling multi-arch.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4142,7 +4142,7 @@ _ACEOF fi -if test x"$libc_cv_asm_gnu_indirect_function" != xyes -a x"$libc_cv_asm_type_prefix" = xno; then +if test x"$libc_cv_asm_gnu_indirect_function" != xyes -o x"$libc_cv_asm_type_prefix" = xno; then if test x"$multi_arch" = xyes; then as_fn_error $? "--enable-multi-arch support requires assembler and linker support" "$LINENO" 5 else |