1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-09-21 15:01:41 +02:00

Have autoconf look for stat()

This commit is contained in:
David Shaw 2001-12-20 04:36:09 +00:00
parent 2bcf57aac9
commit 4d6bda78c4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-12-19 David Shaw <dshaw@jabberwocky.com>
* configure.ac: Check for stat()
2001-12-19 Werner Koch <wk@gnupg.org>
* acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Support Cygwin target

View File

@ -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