summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAlon Bar-Lev <alon.barlev@gmail.com>2012-02-29 22:12:17 +0200
committerDavid Sommerseth <davids@redhat.com>2012-03-22 22:53:39 +0100
commitf106f64b1cc228b3b937ed15a1a45bc28edefed9 (patch)
tree2b2e25a5ca6e2bf045ff41b7a5ec481140e87929 /configure.ac
parent7b49c16761b4a11f1f0846cd46bd7194392efbfa (diff)
downloadopenvpn-f106f64b1cc228b3b937ed15a1a45bc28edefed9.tar.gz
openvpn-f106f64b1cc228b3b937ed15a1a45bc28edefed9.tar.xz
openvpn-f106f64b1cc228b3b937ed15a1a45bc28edefed9.zip
build: move inet_ntop(), inet_pton() emulation into compat
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> Acked-by: Samuli Seppänen <samuli@openvpn.net> Acked-by: David Sommerseth <davids@redhat.com> Signed-off-by: David Sommerseth <davids@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 dc138ba..d53a74a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -522,7 +522,7 @@ AC_CHECK_FUNCS([ \
chsize ftruncate execve getpeereid umask basename dirname access \
epoll_create \
])
-AC_CHECK_FUNCS([sendmsg recvmsg])
+AC_CHECK_FUNCS([sendmsg recvmsg inet_ntop inet_pton])
AC_CHECK_FUNCS(
[res_init],
,