* configure.ca (open_memstream): New checked function

This commit is contained in:
Stefan Monnier 2023-09-30 09:41:35 -04:00
parent 168cc0aff0
commit f7fd21b068

View file

@ -6263,7 +6263,7 @@ AC_FUNC_FORK
dnl AC_CHECK_FUNCS_ONCE wouldnt 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.