mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-30 00:40:20 +02:00
Check for mkstemp via AC_REPLACE_FUNCS. Thanks to
I. N. Golubev!
This commit is contained in:
parent
23cc59681b
commit
5bbfbd1e49
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ if test "$enable_regex" = yes; then
|
|||
fi
|
||||
fi
|
||||
|
||||
AC_REPLACE_FUNCS(inet_aton putenv strerror memmove)
|
||||
AC_REPLACE_FUNCS(inet_aton putenv strerror memmove mkstemp)
|
||||
|
||||
# When testing for the presence of alloca, we need to add alloca.o
|
||||
# explicitly to LIBOBJS to make sure that it is translated to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue