summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-04-27 18:26:45 +0200
committerBruno Haible <bruno@clisp.org>2023-04-27 18:26:45 +0200
commitfedd186a0b85045d2a1446abbb17eb9151bf0e11 (patch)
tree22969980a5962fa1cf3efb60d1c2670985bea126
parentca6c179226864bff23f2b062518cf885bb42ce56 (diff)
downloadgnulib-fedd186a0b85045d2a1446abbb17eb9151bf0e11.tar.gz
stdlib: Fix error when cross-compiling (regression 2023-04-04).
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ab1ea2148b..a41aeff43e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
2023-04-27 Bruno Haible <bruno@clisp.org>
- stdlib: Fix error when cross-compiling.
+ stdlib: Fix error when cross-compiling (regression 2023-04-04).
Reported by Pierre Labastie <pierre.labastie@neuf.fr> in
<https://lists.gnu.org/archive/html/bug-gnulib/2023-04/msg00220.html>.
* m4/stdlib_h.m4 (gl_STDLIB_H): Provide a 4th argument to AC_RUN_IFELSE.