From c6316cecca7bea00442b5f6f8f06563b22bf7284 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Thu, 23 May 2024 15:52:06 +0200 Subject: [PATCH] Regen configure --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 1bc920cd..3b1d3aab 100755 --- a/configure +++ b/configure @@ -5633,8 +5633,8 @@ printf "%s\n" "$as_me: WARNING: compiling to JavaScript - asm implementations di else case e in #( e) - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: EMSCRIPTEN environment variable defined, but emcc doesn't appear to be used - Assuming compilation to native code" >&5 -printf "%s\n" "$as_me: WARNING: EMSCRIPTEN environment variable defined, but emcc doesn't appear to be used - Assuming compilation to native code" >&2;} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: EMSCRIPTEN environment variable defined, but emcc doesn\'t appear to be used - Assuming compilation to native code" >&5 +printf "%s\n" "$as_me: WARNING: EMSCRIPTEN environment variable defined, but emcc doesn\'t appear to be used - Assuming compilation to native code" >&2;} CFLAGS="$CFLAGS -U__EMSCRIPTEN__" unset EMSCRIPTEN ;;