* configure.ca (open_memstream): New checked function
This commit is contained in:
parent
168cc0aff0
commit
f7fd21b068
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue