From a2bbf608d21ff8de129aae726a426eac5d65a67f Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 1 Oct 2007 23:18:26 +0000 Subject: r25455: Ensure we have inet_ntop and inet_pton available in lib/replace. Jeremy. (This used to be commit 1f719905440d4c87c526c56532f47d894cfec5f0) --- source3/lib/replace/inet_ntop.m4 | 1 + 1 file changed, 1 insertion(+) create mode 100644 source3/lib/replace/inet_ntop.m4 (limited to 'source3/lib/replace/inet_ntop.m4') diff --git a/source3/lib/replace/inet_ntop.m4 b/source3/lib/replace/inet_ntop.m4 new file mode 100644 index 0000000000..6f39056f1d --- /dev/null +++ b/source3/lib/replace/inet_ntop.m4 @@ -0,0 +1 @@ +AC_CHECK_FUNCS(inet_ntop,[],[LIBREPLACEOBJ="${LIBREPLACEOBJ} inet_ntop.o"]) -- cgit