From 7fac8e02d80d139f43fc5fd179618ab769512124 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Mon, 6 Dec 2021 20:52:57 +0100 Subject: 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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]) # -- cgit v1.2.1