summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2022-06-26 16:49:52 -0400
committerPaul Smith <psmith@gnu.org>2022-07-09 10:46:47 -0400
commit9992cb0b8334f48fbac3d7267198453d822a4bf8 (patch)
tree275c7c3d4aacfa0ef8747e7ecb92bfe558e19491 /configure.ac
parent0cbee1b475710a247c20d772699f10cf9d2badc9 (diff)
downloadmake-git-9992cb0b8334f48fbac3d7267198453d822a4bf8.tar.gz
bootstrap: Remove strerror()
* bootstrap.conf: Remove strerror module * configure.ac: Add a check for strerror * src/misc.c: Add a default strerror() if not found
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bb2eb331..e0b7d060 100644
--- a/configure.ac
+++ b/configure.ac
@@ -136,7 +136,7 @@ AS_IF([test "$ac_cv_func_gettimeofday" = yes],
AC_CHECK_FUNCS([strtoll 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 \
+ getrlimit setrlimit setvbuf pipe strerror strsignal \
lstat readlink atexit isatty ttyname pselect posix_spawn \
posix_spawnattr_setsigmask])