From: Stefan Metzmacher Date: Thu, 8 May 2008 07:59:16 +0000 (+0200) Subject: libreplace: merge inet_aton.m4 into libreplace_network.m4 X-Git-Tag: samba-3.3.0pre1~1207 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7669daa9f536b73a0b933a3d3fcac68c1771dc15;p=thirdparty%2Fsamba.git libreplace: merge inet_aton.m4 into libreplace_network.m4 metze (cherry picked from commit fba00736c870f449c0eee32fe0d7b0d539dca51f) --- diff --git a/source/lib/replace/inet_aton.m4 b/source/lib/replace/inet_aton.m4 deleted file mode 100644 index 853688ef6bc..00000000000 --- a/source/lib/replace/inet_aton.m4 +++ /dev/null @@ -1 +0,0 @@ -AC_CHECK_FUNCS(inet_aton,[],[LIBREPLACEOBJ="${LIBREPLACEOBJ} inet_aton.o"]) diff --git a/source/lib/replace/libreplace_network.m4 b/source/lib/replace/libreplace_network.m4 index 35aa3ede7ca..66c8192a1e3 100644 --- a/source/lib/replace/libreplace_network.m4 +++ b/source/lib/replace/libreplace_network.m4 @@ -118,9 +118,10 @@ if test x"$libreplace_cv_REPLACE_INET_NTOA" = x"yes"; then AC_DEFINE(REPLACE_INET_NTOA,1,[Whether inet_ntoa should be replaced]) fi +AC_CHECK_FUNCS(inet_aton,[],[LIBREPLACEOBJ="${LIBREPLACEOBJ} inet_aton.o"]) + m4_include(inet_ntop.m4) m4_include(inet_pton.m4) -m4_include(inet_aton.m4) m4_include(getaddrinfo.m4) m4_include(getifaddrs.m4) m4_include(socketpair.m4)