configure.ac : Fix --disable-sse option.
Based on a patch from lvqcl <lvqcl.mail@gmail.com>.
This commit is contained in:
parent
f73c82a73d
commit
1930ae104c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user