mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
correct mistake in clang patch
This commit is contained in:
parent
6434ab7066
commit
d16274e883
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user