From 2ab442623e689532910b34ff0dbbc2167da02330 Mon Sep 17 00:00:00 2001 From: Samuel Holland Date: Wed, 11 Jan 2017 17:39:07 -0600 Subject: fix musl compatibility (missing function prototypes) inet_net_pton is already compiled, but no prototype is provided. res_hnok is provided by the compatibility layer in libasr. These fixes avoid warnings about implicit function declaration. Fixes #758 --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 42e092f6..e27c514d 100644 --- a/configure.ac +++ b/configure.ac @@ -594,6 +594,7 @@ AC_CHECK_FUNCS([ \ pledge \ pw_dup \ reallocarray \ + res_hnok \ setenv \ setlinebuf \ setproctitle \ -- cgit v1.2.3-59-g8ed1b