bootstrap: Remove gnulib version of mempcpy()

This pulls in a metric ton of stuff that we otherwise don't need, just
for a one-liner that we already have a replacement for in src/misc.c.

* bootstrap.conf: Remove mempcpy
* configure.ac: Add mempcpy to AC_CHECK_FUNCS
This commit is contained in:
Paul Smith 2022-06-26 15:55:25 -04:00
parent 0793658c09
commit d63925d863
2 changed files with 1 additions and 2 deletions

View File

@ -52,7 +52,6 @@ fdl
findprog-in
getloadavg
host-cpu-c-abi
mempcpy
strerror
strtoll
make-glob"

View File

@ -133,7 +133,7 @@ AS_IF([test "$ac_cv_func_gettimeofday" = yes],
[Define to 1 if you have a standard gettimeofday function])
])
AC_CHECK_FUNCS([strdup strndup memrchr umask mkstemp mktemp fdopen \
AC_CHECK_FUNCS([strdup strndup memrchr mempcpy umask mkstemp mktemp fdopen \
dup dup2 getcwd realpath sigsetmask sigaction \
getgroups seteuid setegid setlinebuf setreuid setregid \
getrlimit setrlimit setvbuf pipe strsignal \