Fix typo in sse2 configure logic
authorSøren Sandmann Pedersen <sandmann@redhat.com>
Fri, 18 Jul 2008 18:49:35 +0000 (14:49 -0400)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Fri, 18 Jul 2008 18:49:35 +0000 (14:49 -0400)
configure.ac

index 05e66ae..6dcffb1 100644 (file)
@@ -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