configure.ac : Fix --disable-sse option.

Based on a patch from lvqcl <lvqcl.mail@gmail.com>.
This commit is contained in:
Erik de Castro Lopo 2014-07-27 21:18:08 +10:00
parent f73c82a73d
commit 1930ae104c

View File

@ -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