Skip to content

Commit

Permalink
autotools: s/ssse3/sse3/ typo
Browse files Browse the repository at this point in the history
Reported-by: Justin Erenkrantz <[email protected]>
Signed-off-by: Loic Dachary <[email protected]>
  • Loading branch information
Loic Dachary committed Mar 30, 2014
1 parent e672c52 commit 14418a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m4/ax_intel.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit 14418a2

Please sign in to comment.