From: Andrea Corallo Date: Thu, 4 Mar 2021 08:03:26 +0000 (+0100) Subject: * src/comp.c (hash_native_abi): Account for `system-configuraton-options'. X-Git-Tag: emacs-28.0.90~2727^2~104 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6444f69de277454491367b74434ac6d9fd122f50;p=emacs.git * src/comp.c (hash_native_abi): Account for `system-configuraton-options'. --- 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 =