summaryrefslogtreecommitdiff
path: root/source3/lib/replace/inet_pton.m4
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2007-10-01 23:18:26 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:31:06 -0500
commita2bbf608d21ff8de129aae726a426eac5d65a67f (patch)
treed1d5e6e563023a052fabd34c5f49e2bd44c918ad /source3/lib/replace/inet_pton.m4
parent82a549770e0743850fb81e00ec6a869c7c73a2fb (diff)
downloadsamba-a2bbf608d21ff8de129aae726a426eac5d65a67f.tar.gz
samba-a2bbf608d21ff8de129aae726a426eac5d65a67f.tar.bz2
samba-a2bbf608d21ff8de129aae726a426eac5d65a67f.zip
r25455: Ensure we have inet_ntop and inet_pton available in lib/replace.
Jeremy. (This used to be commit 1f719905440d4c87c526c56532f47d894cfec5f0)
Diffstat (limited to 'source3/lib/replace/inet_pton.m4')
-rw-r--r--source3/lib/replace/inet_pton.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/replace/inet_pton.m4 b/source3/lib/replace/inet_pton.m4
new file mode 100644
index 0000000000..51de9275d0
--- /dev/null
+++ b/source3/lib/replace/inet_pton.m4
@@ -0,0 +1 @@
+AC_CHECK_FUNCS(inet_pton,[],[LIBREPLACEOBJ="${LIBREPLACEOBJ} inet_pton.o"])