diff options
author | Werner Koch <[email protected]> | 2016-05-27 13:50:30 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-05-27 13:50:30 +0000 |
commit | d755bcb89dbeaf6c7c1eca73ccabdf89b536c535 (patch) | |
tree | a9fd93161fecebca4a942b3739cb48978aa66816 /configure.ac | |
parent | common: Extend gnupg_create_inbound_pipe et al. (diff) | |
download | gnupg-d755bcb89dbeaf6c7c1eca73ccabdf89b536c535.tar.gz gnupg-d755bcb89dbeaf6c7c1eca73ccabdf89b536c535.zip |
build: Remove obsolete tests for funopen and fopencookie.
* configure.ac (AC_CHECK_FUNCS): Remove tests for funopen.
--
Meanwhile we are using the portable functions from libgpg-error.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d90921cae..07d728a78 100644 --- a/configure.ac +++ b/configure.ac @@ -1383,7 +1383,7 @@ AC_CHECK_FUNCS([waitpid wait4 sigaction sigprocmask pipe getaddrinfo]) AC_CHECK_FUNCS([ttyname rand ftello fsync stat lstat]) AC_CHECK_FUNCS([memicmp stpcpy strsep strlwr strtoul memmove stricmp strtol \ memrchr isascii timegm getrusage setrlimit stat setlocale \ - flockfile funlockfile fopencookie funopen getpwnam getpwuid \ + flockfile funlockfile getpwnam getpwuid \ getenv inet_pton strpbrk]) if test "$have_android_system" = yes; then |