libreplace: merge inet_pton.m4 into libreplace_network.m4
authorStefan Metzmacher <metze@samba.org>
Thu, 8 May 2008 08:02:21 +0000 (10:02 +0200)
committerKarolin Seeger <kseeger@samba.org>
Thu, 22 May 2008 14:47:42 +0000 (16:47 +0200)
metze
(cherry picked from commit 3a70274c908e31453942b442351eab8423c1a53d)
(cherry picked from commit 784b37987c51806b225371ea1f1bdc416de3dfd1)

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

diff --git a/source/lib/replace/inet_pton.m4 b/source/lib/replace/inet_pton.m4
deleted file mode 100644 (file)
index 51de927..0000000
+++ /dev/null
@@ -1 +0,0 @@
-AC_CHECK_FUNCS(inet_pton,[],[LIBREPLACEOBJ="${LIBREPLACEOBJ} inet_pton.o"])
index 7ee7519e7eaeef9bc51f575f5c4841b1a37d54f6..25ededb027965bcca2a7f976c25c26b2c529bd3b 100644 (file)
@@ -122,7 +122,8 @@ AC_CHECK_FUNCS(inet_aton,[],[LIBREPLACEOBJ="${LIBREPLACEOBJ} inet_aton.o"])
 
 AC_CHECK_FUNCS(inet_ntop,[],[LIBREPLACEOBJ="${LIBREPLACEOBJ} inet_ntop.o"])
 
-m4_include(inet_pton.m4)
+AC_CHECK_FUNCS(inet_pton,[],[LIBREPLACEOBJ="${LIBREPLACEOBJ} inet_pton.o"])
+
 m4_include(getaddrinfo.m4)
 m4_include(getifaddrs.m4)
 m4_include(socketpair.m4)