mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
(NEED_KSBA_VERSION): Set to 0.9.0 due the changed
time interface.
This commit is contained in:
parent
1ab791ed69
commit
ecb473800b
2 changed files with 7 additions and 2 deletions
|
@ -30,7 +30,7 @@ development_version=yes
|
|||
NEED_GPG_ERROR_VERSION=0.4
|
||||
NEED_LIBGCRYPT_VERSION=1.1.43
|
||||
NEED_LIBASSUAN_VERSION=0.6.0
|
||||
NEED_KSBA_VERSION=0.4.6
|
||||
NEED_KSBA_VERSION=0.9.0
|
||||
NEED_OPENSC_VERSION=0.8.0
|
||||
|
||||
|
||||
|
@ -686,7 +686,7 @@ 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 gmtime_r)
|
||||
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue