X-Git-Url: http://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;p=vlc.git;a=blobdiff_plain;f=configure.ac;h=5ac937f60b596a90a3aee71e879c95489b8f0465;hp=6251a851cd3717cec3c253a81e60e01a82ab26d5;hb=a9e55ea669697aceb47f2adce3c7f3da1ea1ea27;hpb=567cacc077f1806b56e33d7f5ec56e0c578ce6d1 diff --git a/configure.ac b/configure.ac index 6251a851cd..5ac937f60b 100644 --- a/configure.ac +++ b/configure.ac @@ -518,7 +518,7 @@ AC_CHECK_FUNCS(connect,,[ AC_CHECK_FUNCS(send,,[ AC_CHECK_LIB(socket,send,[ - VLC_ADD_LIBS([access_http access_mms access_udp access_tcp access_ftp access_rtmp sap access_output_udp stream_out_standard growl_udp],[-lsocket]) + VLC_ADD_LIBS([access_http access_mms access_udp access_tcp access_ftp access_rtmp sap access_output_udp access_output_rtmp stream_out_standard growl_udp],[-lsocket]) ]) ])