summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJakub Jelen <jjelen@redhat.com>2021-12-06 20:52:57 +0100
committerNIIBE Yutaka <gniibe@fsij.org>2021-12-07 09:55:32 +0900
commit7fac8e02d80d139f43fc5fd179618ab769512124 (patch)
treedf006e688ed184a833f03505aca4a00ccdf57ebd /configure.ac
parent858bcd4343ac40566825cfa861ee60bcc54cb6c8 (diff)
downloadlibgpg-error-7fac8e02d80d139f43fc5fd179618ab769512124.tar.gz
configure: Add missing check for logging
* configure.ac: Add missing check for inet_pton to avoid using inet_addr in modern systems. -- Signed-off-by: Jakub Jelen <jjelen@redhat.com>
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 c75d994..62f2634 100644
--- a/configure.ac
+++ b/configure.ac
@@ -215,7 +215,7 @@ AC_SUBST(INSTALLSHELLPATH)
AC_FUNC_FORK
AC_CHECK_FUNCS([flockfile vasprintf mmap rand strlwr stpcpy setenv stat \
- getrlimit getpwnam getpwuid getpwnam_r getpwuid_r ])
+ getrlimit getpwnam getpwuid getpwnam_r getpwuid_r inet_pton])
#