libreplace: merge inet_ntop.m4 into libreplace_network.m4
authorStefan Metzmacher <metze@samba.org>
Thu, 8 May 2008 08:00:58 +0000 (10:00 +0200)
committerKarolin Seeger <kseeger@samba.org>
Thu, 22 May 2008 14:47:42 +0000 (16:47 +0200)
metze
(cherry picked from commit 223ef6c08efb52251d0a772bb0c481b2803cf0ce)
(cherry picked from commit 97483e2830971d34ef0775159bfd07402e3d284e)

source/lib/replace/inet_ntop.m4 [deleted file]
source/lib/replace/libreplace_network.m4

diff --git a/source/lib/replace/inet_ntop.m4 b/source/lib/replace/inet_ntop.m4
deleted file mode 100644 (file)
index 6f39056..0000000
+++ /dev/null
@@ -1 +0,0 @@
-AC_CHECK_FUNCS(inet_ntop,[],[LIBREPLACEOBJ="${LIBREPLACEOBJ} inet_ntop.o"])
index 66c8192a1e325e98def9e1e7dbf8865cd2fa494a..7ee7519e7eaeef9bc51f575f5c4841b1a37d54f6 100644 (file)
@@ -120,7 +120,8 @@ fi
 
 AC_CHECK_FUNCS(inet_aton,[],[LIBREPLACEOBJ="${LIBREPLACEOBJ} inet_aton.o"])
 
-m4_include(inet_ntop.m4)
+AC_CHECK_FUNCS(inet_ntop,[],[LIBREPLACEOBJ="${LIBREPLACEOBJ} inet_ntop.o"])
+
 m4_include(inet_pton.m4)
 m4_include(getaddrinfo.m4)
 m4_include(getifaddrs.m4)