* modules/aligned-malloc (configure.ac): Test for aligned_alloc in the
same way as module aligned_alloc does.
+2023-01-09 Bruno Haible <bruno@clisp.org>
+
+ aligned-malloc: Don't disturb the module aligned_alloc.
+ * modules/aligned-malloc (configure.ac): Test for aligned_alloc in the
+ same way as module aligned_alloc does.
+
2023-01-09 Bruno Haible <bruno@clisp.org>
malloc-h: Improve portability.
configure.ac:
gl_MALLOC_ALIGNMENT
AC_REQUIRE([AC_C_INLINE])
-AC_CHECK_FUNCS_ONCE([posix_memalign aligned_alloc memalign])
+AC_CHECK_FUNCS_ONCE([posix_memalign memalign])
+gl_CHECK_FUNCS_ANDROID([aligned_alloc], [[#include <stdlib.h>]])
Makefile.am: