1
Fork 0
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:
Ludovic Courtès 2009-12-15 00:45:14 +01:00
parent 62316c7f81
commit 1bf291e497

View file

@ -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)