test: Use open_memstream() only if available

On Solaris this function is not yet available.
This commit is contained in:
Guillem Jover
2023-04-10 23:11:33 +02:00
parent 7c652a94ea
commit fe16f3863e
2 changed files with 21 additions and 11 deletions

View File

@@ -296,6 +296,7 @@ AC_CHECK_FUNCS([\
getentropy \
getexecname \
getline \
open_memstream \
pstat_getproc \
sysconf \
])