From: Loic Dachary Date: Sun, 30 Mar 2014 15:57:22 +0000 (+0200) Subject: autotools: s/ssse3/sse3/ typo X-Git-Tag: v0.79~49^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=14418a2911585ff2b110feb48989db8a25d43a59;p=ceph.git autotools: s/ssse3/sse3/ typo Reported-by: Justin Erenkrantz Signed-off-by: Loic Dachary --- diff --git a/m4/ax_intel.m4 b/m4/ax_intel.m4 index 831e43889026..347a3a60fedb 100644 --- a/m4/ax_intel.m4 +++ b/m4/ax_intel.m4 @@ -22,7 +22,7 @@ AC_DEFUN([AX_INTEL_FEATURES], AX_CHECK_COMPILE_FLAG(-msse3, ax_cv_support_sse3_ext=yes, []) if test x"$ax_cv_support_sse3_ext" = x"yes"; then - INTEL_SSE3_FLAGS="-mssse3 -DINTEL_SSE3" + INTEL_SSE3_FLAGS="-msse3 -DINTEL_SSE3" AC_SUBST(INTEL_SSE3_FLAGS) INTEL_FLAGS="$INTEL_FLAGS $INTEL_SSE3_FLAGS" AC_DEFINE(HAVE_SSE3,,[Support SSE3 (Streaming SIMD Extensions 3) instructions])