]> git.sesse.net Git - vlc/commitdiff
configure: remove inet_aton() check
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 3 Nov 2011 17:43:41 +0000 (19:43 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 3 Nov 2011 18:13:00 +0000 (20:13 +0200)
This is not used anymore.

configure.ac

index 35f36b8cde735d50786bb3fd08c78b783081c91e..b0d3e3fc8cd3c87aeacb876bef5eb1e359b39eae 100644 (file)
@@ -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,, [