Commit 38e2bdae authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove unused gethostbyname check

parent b1ea9899
......@@ -529,16 +529,6 @@ AC_CHECK_FUNCS(send,,[
])
])
AC_CHECK_FUNCS(gethostbyname,,[
AC_CHECK_LIB(nsl,gethostbyname,[
VLC_ADD_LIBS([cdda cddax libvlc],[-lnsl])
],[
AC_CHECK_LIB(bind,gethostbyname,[
VLC_ADD_LIBS([access_mms],[-lbind])
])
])
])
AC_CHECK_HEADERS(zlib.h, [
VLC_ADD_LIBS([access_http],[-lz])
])
......
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