Commit 1a357f6f authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

configure: remove inet_aton() check

This is not used anymore.
parent 56ee33a2
...@@ -656,12 +656,6 @@ LIBS_save="${LIBS}" ...@@ -656,12 +656,6 @@ LIBS_save="${LIBS}"
AC_SEARCH_LIBS([getaddrinfo], [nsl],,, [${SOCKET_LIBS}]) AC_SEARCH_LIBS([getaddrinfo], [nsl],,, [${SOCKET_LIBS}])
LIBS="${LIBS_save}" 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: dnl FreeBSD has a gnugetopt library for this:
GNUGETOPT_LIBS="" GNUGETOPT_LIBS=""
AC_CHECK_FUNC(getopt_long,, [ AC_CHECK_FUNC(getopt_long,, [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment