From: Wayne Davison Date: Thu, 18 Jun 2020 21:27:00 +0000 (-0700) Subject: Complain if we can't enable simd on non-x86_64. X-Git-Tag: v3.2.0~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6f89cbf9c2d163cb07e640e6b13002e5c98cb61;p=thirdparty%2Frsync.git Complain if we can't enable simd on non-x86_64. --- diff --git a/configure.ac b/configure.ac index a590af44..a65b289d 100644 --- a/configure.ac +++ b/configure.ac @@ -230,6 +230,10 @@ if test x"$enable_simd" = x"yes"; then Omit --enable-simd to continue without it. ($CXX, $CXX_VERSION)]) fi fi + else + AC_MSG_RESULT(unavailable) + AC_MSG_ERROR(The SIMD optimizations are currently x86_64 only. +Omit --enable-simd to continue.) fi fi