Skip to content
Snippets Groups Projects
Commit 38e2bdae authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

Remove unused gethostbyname check

parent b1ea9899
No related branches found
No related tags found
No related merge requests found
......@@ -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])
])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment