vlc | branch: master | Sean McGovern <[email protected]> | Mon Apr 18 19:10:29 2016 -0400| [3606390361ae1ef7a435386137a51a21beefbb87] | committer: Jean-Baptiste Kempf
configure: look for socket functions in libxnet before libsocket Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3606390361ae1ef7a435386137a51a21beefbb87 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e958669..18d9b28 100644 --- a/configure.ac +++ b/configure.ac @@ -633,7 +633,7 @@ AC_CHECK_TYPES([struct timespec],,, dnl Checks for socket stuff VLC_SAVE_FLAGS SOCKET_LIBS="" -AC_SEARCH_LIBS(connect, [socket], [ +AC_SEARCH_LIBS(connect, [xnet socket], [ AS_IF([test "$ac_cv_search_connect" != "none required"], [ SOCKET_LIBS="$ac_cv_search_connect" ]) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
