From d85ebd2f36cb9c9d1709133f0e22e32ebc6309e3 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 4 Apr 2023 12:18:59 +0200 Subject: [PATCH] c32rtomb: Fix an autoconf test. * m4/c32rtomb.m4 (gl_FUNC_C32RTOMB): In a test program, include , for NULL. --- ChangeLog | 6 ++++++ m4/c32rtomb.m4 | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 11302a5266..57357aa917 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 dc25a7cad9..b92a9a455d 100644 --- a/m4/c32rtomb.m4 +++ b/m4/c32rtomb.m4 @@ -1,5 +1,5 @@ -# c32rtomb.m4 serial 3 -dnl Copyright (C) 2020-2022 Free Software Foundation, Inc. +# c32rtomb.m4 serial 3.1 +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, dnl with or without modifications, as long as this notice is preserved. @@ -47,6 +47,7 @@ changequote(,)dnl changequote([,])dnl AC_RUN_IFELSE( [AC_LANG_SOURCE([[ +#include #include int main () { -- 2.39.5