From 1930ae104c36e92b0edd6797804111ca107147ec Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Sun, 27 Jul 2014 21:18:08 +1000 Subject: [PATCH] configure.ac : Fix --disable-sse option. Based on a patch from lvqcl . --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7d58f025..f74bb1d6 100644 --- a/configure.ac +++ b/configure.ac @@ -416,7 +416,7 @@ if test x$ac_cv_c_compiler_gnu = xyes ; then XIPH_ADD_CFLAGS([-fgnu89-inline]) fi - if test "x$asm_optimisation" = "xyes" ; then + if test "x$asm_optimisation$sse_os" = "xyesyes" ; then XIPH_ADD_CFLAGS([-msse2]) fi