From 6b1d1d46b9344dab2fb36734c61dc9d517214a6d Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Sat, 25 Feb 2012 00:29:19 +0000 Subject: Fix configure logic for disabling multi-arch. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index ea02e72..c07f60e 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.1