summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2016-12-05 05:37:44 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2016-12-05 05:37:44 +1100
commitf39a0ea67e791a6a13438f9f5f670c1f5ef84e66 (patch)
treee77bf637585d46a1c76670e21f41f71426c6c9b4 /configure.ac
parent459fdc5e6eb535ad1145a4dce18bfde6381f166f (diff)
downloadflac-f39a0ea67e791a6a13438f9f5f670c1f5ef84e66.tar.gz
configure.ac: Fix description of --disable-sse
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 b42e3060..fc098975 100644
--- a/configure.ac
+++ b/configure.ac
@@ -215,7 +215,7 @@ esac],[debug=false])
AM_CONDITIONAL(DEBUG, test "x$debug" = xtrue)
AC_ARG_ENABLE(sse,
-AC_HELP_STRING([--disable-sse], [Disable SSE if the OS does not support SSE instructions]),
+AC_HELP_STRING([--disable-sse], [Disable passing of -msse2 to the compiler]),
[case "${enableval}" in
yes) sse_os=yes ;;
no) sse_os=no ;;