summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2002-09-09 21:20:41 +0000
committerPaul Smith <psmith@gnu.org>2002-09-09 21:20:41 +0000
commit9b41488ad15e4ffc63b8094379c17f567b094c1b (patch)
tree24a50f9f9c1a8488a71da76239563df52dc55075 /configure.in
parent988deb489b89889b97f82e3095d267d09ff7e7ab (diff)
downloadgunmake-9b41488ad15e4ffc63b8094379c17f567b094c1b.tar.gz
Whoops; configure wasn't looking for memmove.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 4507f0a..5abbad5 100644
--- a/configure.in
+++ b/configure.in
@@ -119,7 +119,7 @@ if test "$ac_cv_func_gettimeofday" = yes; then
[Define if you have a standard gettimeofday function])
fi
-AC_CHECK_FUNCS( memcpy strchr strdup mkstemp mktemp fdopen \
+AC_CHECK_FUNCS( memcpy memmove strchr strdup mkstemp mktemp fdopen \
bsd_signal dup2 getcwd sigsetmask sigaction getgroups \
seteuid setegid setlinebuf setreuid setregid setvbuf pipe \
strerror strsignal)