mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
configure.ac: Fix description of --disable-sse
This commit is contained in:
@@ -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 ;;
|
||||
|
||||
Reference in New Issue
Block a user