From d63925d8637db8acd4f2e62f8cbc9f70a07501d8 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 26 Jun 2022 15:55:25 -0400 Subject: 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d43cfd78..da6d6a5f 100644 --- a/configure.ac +++ b/configure.ac @@ -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 \ -- cgit v1.2.1