From 6444f69de277454491367b74434ac6d9fd122f50 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Thu, 4 Mar 2021 09:03:26 +0100 Subject: [PATCH] * src/comp.c (hash_native_abi): Account for `system-configuraton-options'. --- src/comp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/comp.c b/src/comp.c index bc458595331..1e50b4fe8f7 100644 --- a/src/comp.c +++ b/src/comp.c @@ -724,7 +724,8 @@ hash_native_abi (void) Vcomp_abi_hash = comp_hash_string ( concat3 (build_string (ABI_VERSION), - concat2 (Vemacs_version, Vsystem_configuration), + concat3 (Vemacs_version, Vsystem_configuration, + Vsystem_configuration_options), Fmapconcat (intern_c_string ("subr-name"), Vcomp_subr_list, build_string ("")))); Vcomp_native_version_dir = -- 2.39.2