[vlc-devel] commit: Remove unused gethostbyname check ( Rémi Denis-Courmont )
git version control
git at videolan.org
Thu Oct 16 17:37:07 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Thu Oct 16 18:36:51 2008 +0300| [38e2bdae6565f7bcd875b3cece61ac94327a0e54] | committer: Rémi Denis-Courmont
Remove unused gethostbyname check
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=38e2bdae6565f7bcd875b3cece61ac94327a0e54
---
configure.ac | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/configure.ac b/configure.ac
index c4ad736..c0af3b0 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])
])
More information about the vlc-devel
mailing list