libreplace: merge inet_aton.m4 into libreplace_network.m4
authorStefan Metzmacher <metze@samba.org>
Thu, 8 May 2008 07:59:16 +0000 (09:59 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 16 May 2008 06:51:49 +0000 (08:51 +0200)
metze
(cherry picked from commit fba00736c870f449c0eee32fe0d7b0d539dca51f)

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

diff --git a/source/lib/replace/inet_aton.m4 b/source/lib/replace/inet_aton.m4
deleted file mode 100644 (file)
index 853688e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-AC_CHECK_FUNCS(inet_aton,[],[LIBREPLACEOBJ="${LIBREPLACEOBJ} inet_aton.o"])
index 35aa3ede7ca3f947593e2804c543cd1ba495758c..66c8192a1e325e98def9e1e7dbf8865cd2fa494a 100644 (file)
@@ -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)