From cf929f4ce35eed6a25ec7fb80e51a1bd1c426cef Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 4 Apr 2023 12:18:59 +0200 Subject: c32rtomb: Fix an autoconf test. * m4/c32rtomb.m4 (gl_FUNC_C32RTOMB): In a test program, include , for NULL. --- ChangeLog | 6 ++++++ m4/c32rtomb.m4 | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2806dc47a1..87fac6232c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2023-04-04 Bruno Haible + + c32rtomb: Fix an autoconf test. + * m4/c32rtomb.m4 (gl_FUNC_C32RTOMB): In a test program, include + , for NULL. + 2023-04-03 Bruno Haible tests: Set executable bit on more tests. diff --git a/m4/c32rtomb.m4 b/m4/c32rtomb.m4 index 41c07e75c9..539e4f884c 100644 --- a/m4/c32rtomb.m4 +++ b/m4/c32rtomb.m4 @@ -1,4 +1,4 @@ -# c32rtomb.m4 serial 4 +# c32rtomb.m4 serial 5 dnl Copyright (C) 2020-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, @@ -53,6 +53,7 @@ changequote(,)dnl changequote([,])dnl AC_RUN_IFELSE( [AC_LANG_SOURCE([[ +#include #include int main () { -- cgit v1.2.1