From: Stefan Metzmacher Date: Thu, 8 May 2008 08:00:58 +0000 (+0200) Subject: libreplace: merge inet_ntop.m4 into libreplace_network.m4 X-Git-Tag: samba-3.3.0pre1~1206 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=438ddd9c81e74e3042154cf5f0416043ee6a8c35;p=thirdparty%2Fsamba.git libreplace: merge inet_ntop.m4 into libreplace_network.m4 metze (cherry picked from commit 223ef6c08efb52251d0a772bb0c481b2803cf0ce) --- diff --git a/source/lib/replace/inet_ntop.m4 b/source/lib/replace/inet_ntop.m4 deleted file mode 100644 index 6f39056f1d7..00000000000 --- a/source/lib/replace/inet_ntop.m4 +++ /dev/null @@ -1 +0,0 @@ -AC_CHECK_FUNCS(inet_ntop,[],[LIBREPLACEOBJ="${LIBREPLACEOBJ} inet_ntop.o"]) diff --git a/source/lib/replace/libreplace_network.m4 b/source/lib/replace/libreplace_network.m4 index 66c8192a1e3..7ee7519e7ea 100644 --- a/source/lib/replace/libreplace_network.m4 +++ b/source/lib/replace/libreplace_network.m4 @@ -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)