]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/comp.c (hash_native_abi): Account for `system-configuraton-options'.
authorAndrea Corallo <akrl@sdf.org>
Thu, 4 Mar 2021 08:03:26 +0000 (09:03 +0100)
committerAndrea Corallo <akrl@sdf.org>
Thu, 4 Mar 2021 08:03:26 +0000 (09:03 +0100)
src/comp.c

index bc4585953313d173bf91367fce09f8c73cec7c44..1e50b4fe8f70bb4aeb08b2ae5f2ef9557e6943d3 100644 (file)
@@ -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 =