From 81c855f2d15920aa68533e71bc56fe646a2266b6 Mon Sep 17 00:00:00 2001 From: Chris Sauer Date: Sun, 2 Apr 2023 14:31:44 -0700 Subject: [PATCH] Update config.lzma-linux.h Temporary workaround until more full resolution of #374 --- config.lzma-linux.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config.lzma-linux.h b/config.lzma-linux.h index f13b96ce7..e8b00d8af 100644 --- a/config.lzma-linux.h +++ b/config.lzma-linux.h @@ -168,7 +168,11 @@ /* #undef HAVE_ICONV */ /* Define to 1 if you have the header file. */ -#define HAVE_IMMINTRIN_H 1 +#if defined __has_include + #if __has_include () + #define HAVE_IMMINTRIN_H 1 + #endif +#endif /* Define to 1 if you have the header file. */ #define HAVE_INTTYPES_H 1