1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 08:09:32 +02:00

correct mistake in clang patch

This commit is contained in:
Darrell Walisser 2017-03-30 12:01:07 -04:00
parent 6434ab7066
commit d16274e883

View File

@ -206,7 +206,7 @@ fi
if test x$enable_sse = xyes; then
if test "${CXX}" = "gnu"; then
if test "${ax_cv_cxx_compiler_vendor}" = "gnu"; then
AX_CHECK_COMPILER_FLAGS(-msse, [SBSMS_CFLAGS="$SBSMS_CFLAGS -msse"],[AC_MSG_ERROR([Need a version of gcc with -msse])])
fi