From 51576cda8ba830c0d7dbbeaebb79fbef276f7e2d Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Fri, 18 Jul 2008 14:49:35 -0400 Subject: [PATCH] Fix typo in sse2 configure logic --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 05e66ae..6dcffb1 100644 --- a/configure.ac +++ b/configure.ac @@ -250,7 +250,7 @@ if test $have_sse2_intrinsics = yes ; then fi AC_MSG_RESULT($have_sse2_intrinsics) -if test $enable_sse2 = yes && test $have_sse_intrinsics = no ; then +if test $enable_sse2 = yes && test $have_sse2_intrinsics = no ; then AC_MSG_ERROR([SSE2 intrinsics not detected]) fi -- 2.7.4