mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
Remove extraneous functions from `AC_REPLACE_FUNCS'.
* configure.ac: Remove `inet_aton' and `putenv' from `AC_REPLACE_FUNCS'.
This commit is contained in:
parent
62316c7f81
commit
1bf291e497
1 changed files with 1 additions and 1 deletions
|
@ -1108,7 +1108,7 @@ if test "$enable_regex" = yes; then
|
|||
fi
|
||||
fi
|
||||
|
||||
AC_REPLACE_FUNCS(inet_aton putenv strerror memmove mkstemp)
|
||||
AC_REPLACE_FUNCS([strerror memmove mkstemp])
|
||||
|
||||
AC_CHECK_HEADERS(floatingpoint.h ieeefp.h nan.h)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue