mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* NEWS: Clarify that --libexecdir is a configure option.
* configure.ac: Check for hstrerror.
This commit is contained in:
parent
6cb18a86f5
commit
4567d779ed
3 changed files with 9 additions and 3 deletions
|
@ -532,7 +532,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)
|
||||
AC_CHECK_FUNCS(strcasecmp strncasecmp hstrerror)
|
||||
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue