From: Yuan Zhou Date: Mon, 17 Aug 2015 01:52:19 +0000 (+0800) Subject: configure: Fix checking for yasm compability X-Git-Tag: v9.1.0~363^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0bb57f105fe9be8099ab8166872c45ed4d21fc0e;p=ceph.git configure: Fix checking for yasm compability Fix typo when checking yasm Signed-off-by: Yuan Zhou --- diff --git a/configure.ac b/configure.ac index 473083d9cdd9..904f804164a0 100644 --- a/configure.ac +++ b/configure.ac @@ -219,7 +219,7 @@ if test x"$YASM_CHECK" = x"yes"; then AC_DEFINE([HAVE_GOOD_YASM_ELF64], [1], [we have a recent yasm and are x86_64]) with_good_yasm=yes - if yasm -f elf64 -i src/ceph/src/ceph/src/erasure-code/isa/isa-l/include/ src/erasure-code/isa/isa-l/erasure_code/gf_vect_dot_prod_avx2.asm.s -o /dev/null 2> /dev/null ; then + if yasm -f elf64 -i src/erasure-code/isa/isa-l/include/ src/erasure-code/isa/isa-l/erasure_code/gf_vect_dot_prod_avx2.asm.s -o /dev/null 2> /dev/null ; then echo 'yasm can also build the isa-l stuff' AC_DEFINE([HAVE_BETTER_YASM_ELF64], [1], [yasm can also build the isa-l]) with_better_yasm=yes