]> Savannah Git Hosting - gnulib.git/commitdiff
stdlib: Fix error when cross-compiling.
authorBruno Haible <bruno@clisp.org>
Thu, 27 Apr 2023 13:26:37 +0000 (15:26 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 27 Apr 2023 13:26:37 +0000 (15:26 +0200)
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.

ChangeLog
m4/stdlib_h.m4

index d508b96fedbbd4e56ff244e5bab475411b904eb7..ab1ea2148baacd756e2fd32e8ee0eb9d97d54541 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2023-04-27  Bruno Haible  <bruno@clisp.org>
+
+       stdlib: Fix error when cross-compiling.
+       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.
+
 2023-04-26  Paul Eggert  <eggert@cs.ucla.edu>
 
        freopen-safer: pacify GCC 13
index 3274ea49484f2e4d588e3af2078479b2a1b898b5..f47c1eb37b3050c661f4ab74aba14c4221305826 100644 (file)
@@ -1,4 +1,4 @@
-# stdlib_h.m4 serial 74
+# stdlib_h.m4 serial 75
 dnl Copyright (C) 2007-2023 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -66,7 +66,7 @@ int main ()
   return result;
 }]])],
           [gl_cv_macro_MB_CUR_MAX_good=yes],
-          [gl_cv_macro_MB_CUR_MAX_good=no]
+          [gl_cv_macro_MB_CUR_MAX_good=no],
           [:])
       fi
     ])