mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Fix use of FLAC__SSE_OS configure variable
This commit is contained in:
@@ -219,11 +219,11 @@ AC_HELP_STRING([--disable-sse], [Disable SSE if the OS does not support SSE inst
|
||||
no) sse_os=no ;;
|
||||
*) AC_MSG_ERROR(bad value ${enableval} for --enable-sse) ;;
|
||||
esac],[sse_os=yes])
|
||||
AM_CONDITIONAL(FLaC__SSE_OS, test "x$sse_os" = xyes)
|
||||
if test "x$sse_os" = xyes ; then
|
||||
AC_DEFINE(FLAC__SSE_OS)
|
||||
AH_TEMPLATE(FLAC__SSE_OS, [define if your operating system supports SSE instructions])
|
||||
fi
|
||||
AC_DEFINE_UNQUOTED([FLAC__SSE_OS],[1],[Define if your operating system supports SSE instructions])
|
||||
else
|
||||
AC_DEFINE_UNQUOTED([FLAC__SSE_OS],[0])
|
||||
fi
|
||||
|
||||
AC_ARG_ENABLE(altivec,
|
||||
AC_HELP_STRING([--disable-altivec], [Disable Altivec optimizations]),
|
||||
|
||||
Reference in New Issue
Block a user