From: RĂ©mi Denis-Courmont Date: Thu, 16 Oct 2008 15:36:51 +0000 (+0300) Subject: Remove unused gethostbyname check X-Git-Tag: 1.0.0-pre1~2443 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=38e2bdae6565f7bcd875b3cece61ac94327a0e54;p=vlc Remove unused gethostbyname check --- diff --git a/configure.ac b/configure.ac index c4ad73691e..c0af3b0d27 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) ])