summaryrefslogtreecommitdiff
path: root/source4/lib/replace/inet.m4
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/replace/inet.m4')
-rw-r--r--source4/lib/replace/inet.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/replace/inet.m4 b/source4/lib/replace/inet.m4
new file mode 100644
index 0000000000..bbb205dc3e
--- /dev/null
+++ b/source4/lib/replace/inet.m4
@@ -0,0 +1,2 @@
+AC_CHECK_FUNCS(inet_pton,[],[LIBREPLACEOBJ="${LIBREPLACEOBJ} inet_pton.o"])
+AC_CHECK_FUNCS(inet_ntop,[],[LIBREPLACEOBJ="${LIBREPLACEOBJ} inet_ntop.o"])