summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2014-07-27 21:18:08 +1000
committerErik de Castro Lopo <erikd@mega-nerd.com>2014-07-27 21:18:13 +1000
commit1930ae104c36e92b0edd6797804111ca107147ec (patch)
tree6a5b298d981cbcf335760e7bfde8a1a1f018818f /configure.ac
parentf73c82a73d47770283270692901987c509b8266e (diff)
downloadflac-1930ae104c36e92b0edd6797804111ca107147ec.tar.gz
configure.ac : Fix --disable-sse option.
Based on a patch from lvqcl <lvqcl.mail@gmail.com>.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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