From: merceyz Date: Sat, 1 Jan 2022 14:57:31 +0000 (+0100) Subject: build: fix check for SSSE3 when using Emscripten X-Git-Tag: 2.1.0-beta1~450 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7229aa6c0123068579cef013550d826ec55f228;p=thirdparty%2Fzlib-ng.git build: fix check for SSSE3 when using Emscripten --- diff --git a/configure b/configure index 143d6e4e6..143bc6bf3 100755 --- a/configure +++ b/configure @@ -1341,7 +1341,7 @@ EOF check_ssse3_intrinsics() { # Check whether compiler supports SSSE3 intrinsics cat > $test.c << EOF -#include +#include int main(void) { __m128i u, v, w;