diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 6b417f0..c842ac5 100644 --- a/configure.in +++ b/configure.in @@ -146,7 +146,7 @@ if test "$ac_cv_func_gettimeofday" = yes; then [Define if you have a standard gettimeofday function]) fi -AC_CHECK_FUNCS( memcpy memmove strchr strdup mkstemp mktemp fdopen \ +AC_CHECK_FUNCS( strdup mkstemp mktemp fdopen \ bsd_signal dup2 getcwd realpath sigsetmask sigaction \ getgroups seteuid setegid setlinebuf setreuid setregid \ getrlimit setrlimit setvbuf pipe strerror strsignal \ |