mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-10 21:38:50 +01:00
Have autoconf look for stat()
This commit is contained in:
parent
2bcf57aac9
commit
4d6bda78c4
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user