mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-04 20:38:50 +01:00
* configure.ac: Check for strcasecmp and strncasecmp. Removed
stricmp and memicmp checks.
This commit is contained in:
parent
eb1057be7c
commit
018a5fd8bd
@ -1,3 +1,8 @@
|
||||
2002-05-22 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* configure.ac: Check for strcasecmp and strncasecmp. Removed
|
||||
stricmp and memicmp checks.
|
||||
|
||||
2002-05-08 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* configure.ac: If LDAP comes up unusable, try #including <lber.h>
|
||||
|
@ -522,9 +522,10 @@ dnl Checks for library functions.
|
||||
AC_FUNC_FSEEKO
|
||||
AC_FUNC_VPRINTF
|
||||
AC_FUNC_FORK
|
||||
AC_CHECK_FUNCS(strerror stpcpy strsep strlwr stricmp tcgetattr strtoul mmap)
|
||||
AC_CHECK_FUNCS(strerror stpcpy strsep strlwr tcgetattr strtoul mmap)
|
||||
AC_CHECK_FUNCS(strcasecmp strncasecmp)
|
||||
AC_CHECK_FUNCS(memmove gettimeofday getrusage setrlimit clock_gettime)
|
||||
AC_CHECK_FUNCS(memicmp atexit raise getpagesize strftime nl_langinfo setlocale)
|
||||
AC_CHECK_FUNCS(atexit raise getpagesize strftime nl_langinfo setlocale)
|
||||
AC_CHECK_FUNCS(waitpid wait4 sigaction sigprocmask rand pipe stat)
|
||||
AC_REPLACE_FUNCS(mkdtemp)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user