+2023-01-09 Bruno Haible <bruno@clisp.org>
+
+ reallocarray: Fix compilation error in C++ mode on Android.
+ * m4/reallocarray.m4 (gl_FUNC_REALLOCARRAY): Use gl_CHECK_FUNCS_ANDROID
+ instead of AC_CHECK_FUNCS.
+
2023-01-09 Bruno Haible <bruno@clisp.org>
getsubopt: Fix compilation error in C++ mode on Android.
-# reallocarray.m4 serial 3
+# reallocarray.m4 serial 4
dnl Copyright (C) 2017-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,
AC_REQUIRE([gl_STDLIB_H_DEFAULTS])
AC_REQUIRE([gl_CHECK_MALLOC_PTRDIFF])
- AC_CHECK_FUNCS([reallocarray])
+ gl_CHECK_FUNCS_ANDROID([reallocarray], [[#include <stdlib.h>]])
if test "$ac_cv_func_reallocarray" = no; then
HAVE_REALLOCARRAY=0
elif test "$gl_cv_malloc_ptrdiff" = no; then