diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2001-12-19 David Shaw <[email protected]> + + * configure.ac: Check for stat() + 2001-12-19 Werner Koch <[email protected]> * acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Support Cygwin target diff --git a/configure.ac b/configure.ac index 227df838e..8f28e8c93 100644 --- a/configure.ac +++ b/configure.ac @@ -490,7 +490,7 @@ AC_FUNC_FORK AC_CHECK_FUNCS(strerror stpcpy strsep strlwr stricmp tcgetattr strtoul mmap) AC_CHECK_FUNCS(memmove gettimeofday getrusage setrlimit clock_gettime) AC_CHECK_FUNCS(memicmp atexit raise getpagesize strftime nl_langinfo) -AC_CHECK_FUNCS(waitpid wait4 sigaction sigprocmask rand pipe) +AC_CHECK_FUNCS(waitpid wait4 sigaction sigprocmask rand pipe stat) # # check for gethrtime and run a testprogram to see whether |