From f7fd21b06865d20a16c11e20776e843db24d4b14 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sat, 30 Sep 2023 09:41:35 -0400 Subject: [PATCH] * configure.ca (open_memstream): New checked function --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f63eb870ffb..6eb6d297987 100644 --- a/configure.ac +++ b/configure.ac @@ -6263,7 +6263,7 @@ AC_FUNC_FORK dnl AC_CHECK_FUNCS_ONCE wouldn’t be right for snprintf, which needs dnl the current CFLAGS etc. -AC_CHECK_FUNCS([snprintf]) +AC_CHECK_FUNCS([snprintf open_memstream]) dnl posix_spawn. The chdir and setsid functionality is relatively dnl recent, so we check for it specifically. -- 2.39.5