summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2014-03-07 09:46:44 +0100
committerWerner Koch <wk@gnupg.org>2014-03-10 16:07:51 +0100
commit57d26f39afb3c75e24a8d240d7af32b9d2b9775a (patch)
tree482c20de765a56597c99ac1f760879fd5bbe8706 /configure.ac
parentscd: acquire lock in new_reader_slot. (diff)
downloadgnupg2-57d26f39afb3c75e24a8d240d7af32b9d2b9775a.tar.xz
gnupg2-57d26f39afb3c75e24a8d240d7af32b9d2b9775a.zip
Backport useful code from fixes for bug 1447.
* configure.ac: Cehck for inet_ntop. * m4/libcurl.m4: Provide a #define for the version of the curl library. -- We do not have keyserver helpers anymore but this fixes may come handy eventually.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6cb7e111e..4b12f01df 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1303,7 +1303,7 @@ AC_FUNC_VPRINTF
AC_FUNC_FORK
AC_CHECK_FUNCS([strerror strlwr tcgetattr mmap canonicalize_file_name])
AC_CHECK_FUNCS([strcasecmp strncasecmp ctermid times gmtime_r strtoull])
-AC_CHECK_FUNCS([unsetenv fcntl ftruncate canonicalize_file_name])
+AC_CHECK_FUNCS([unsetenv fcntl ftruncate inet_ntop canonicalize_file_name])
AC_CHECK_FUNCS([gettimeofday getrusage getrlimit setrlimit clock_gettime])
AC_CHECK_FUNCS([atexit raise getpagesize strftime nl_langinfo setlocale])
AC_CHECK_FUNCS([waitpid wait4 sigaction sigprocmask pipe getaddrinfo])