diff options
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index acf3a9242..dc8cf3e4e 100644 --- a/configure.ac +++ b/configure.ac @@ -747,11 +747,11 @@ AC_FUNC_FSEEKO AC_FUNC_VPRINTF AC_FUNC_FORK AC_CHECK_FUNCS(strerror stpcpy strsep strlwr tcgetattr strtoul mmap) -AC_CHECK_FUNCS(strcasecmp strncasecmp ctermid times) +AC_CHECK_FUNCS(strcasecmp strncasecmp ctermid times timegm) AC_CHECK_FUNCS(memmove gettimeofday getrusage setrlimit clock_gettime) AC_CHECK_FUNCS(atexit raise getpagesize strftime nl_langinfo setlocale) AC_CHECK_FUNCS(waitpid wait4 sigaction sigprocmask rand pipe stat getaddrinfo) -AC_REPLACE_FUNCS(mkdtemp) +AC_REPLACE_FUNCS(mkdtemp setenv unsetenv) AC_CHECK_TYPES([struct sigaction, sigset_t],,,[#include <signal.h>]) # See if getopt is in libiberty. This is of course not optimal since |