[vlc-commits] configure: remove inet_aton() check
Rémi Denis-Courmont
git at videolan.org
Thu Nov 3 19:55:27 CET 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Nov 3 19:43:41 2011 +0200| [1a357f6fd4b95fcaf6e3f4c2bfddfa321ba8012c] | committer: Rémi Denis-Courmont
configure: remove inet_aton() check
This is not used anymore.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1a357f6fd4b95fcaf6e3f4c2bfddfa321ba8012c
---
configure.ac | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/configure.ac b/configure.ac
index 35f36b8..b0d3e3f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -656,12 +656,6 @@ LIBS_save="${LIBS}"
AC_SEARCH_LIBS([getaddrinfo], [nsl],,, [${SOCKET_LIBS}])
LIBS="${LIBS_save}"
-AC_CHECK_FUNCS(inet_aton,,[
- AC_CHECK_LIB(resolv,inet_aton,[
- VLC_ADD_LIBS([libvlccore],[-lresolv])
- ])
-])
-
dnl FreeBSD has a gnugetopt library for this:
GNUGETOPT_LIBS=""
AC_CHECK_FUNC(getopt_long,, [
More information about the vlc-commits
mailing list