From e4013f5c5fc505c4c5d9eb2e88b07577d11b8035 Mon Sep 17 00:00:00 2001 From: Eric J Korpela Date: Fri, 2 May 2014 09:43:14 -0700 Subject: [PATCH] Fixed typo --- m4/sah_select_bitness.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/sah_select_bitness.m4 b/m4/sah_select_bitness.m4 index fef09ffbae..537d83dc5e 100644 --- a/m4/sah_select_bitness.m4 +++ b/m4/sah_select_bitness.m4 @@ -6,7 +6,7 @@ AC_DEFUN([SAH_DEFAULT_BITNESS],[ ${CC} ${CFLAGS} -c conftest.c >&5 COMPILER_MODEL_BITS=32 if test -f conftest.${OBJEXT} ; then - if test -n "`objdump --file-headers conftest.${OBJEXT} | grep 'file format' | grep 64`" || test -n "`file conftest.${OBJEXT} | grep 64-bit`" conftest.${OBJEXT} + if test -n "`objdump --file-headers conftest.${OBJEXT} | grep 'file format' | grep 64`" -o -n "`file conftest.${OBJEXT} | grep -i 64-bit`" then COMPILER_MODEL_BITS=64 # else