]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
autotools: s/ssse3/sse3/ typo 1569/head
authorLoic Dachary <loic@dachary.org>
Sun, 30 Mar 2014 15:57:22 +0000 (17:57 +0200)
committerLoic Dachary <loic@dachary.org>
Sun, 30 Mar 2014 15:57:22 +0000 (17:57 +0200)
Reported-by: Justin Erenkrantz <justin@erenkrantz.com>
Signed-off-by: Loic Dachary <loic@dachary.org>
m4/ax_intel.m4

index 831e438890267d144c976b828678ce8fc85b2bf0..347a3a60fedbc7ac8aaa32f7bb2145a50cfde20d 100644 (file)
@@ -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])