Fix linking on Solaris. Fixes bug #568809.
Check for the socket library which is needed for socket() on Solaris.
This commit is contained in:
parent
1a85ce0239
commit
d818fb174b
@ -318,6 +318,9 @@ AG_GST_CHECK_PLUGIN(videomixer)
|
|||||||
AG_GST_CHECK_PLUGIN(wavenc)
|
AG_GST_CHECK_PLUGIN(wavenc)
|
||||||
AG_GST_CHECK_PLUGIN(wavparse)
|
AG_GST_CHECK_PLUGIN(wavparse)
|
||||||
|
|
||||||
|
dnl *** checks for socket and nsl libraries ***
|
||||||
|
AC_CHECK_FUNC(socket,,[AC_CHECK_LIB(socket,socket)])
|
||||||
|
|
||||||
dnl disable gst plugins we might not be able to build on this
|
dnl disable gst plugins we might not be able to build on this
|
||||||
dnl platform: udp and rtsp (ugly but minimally invasive)
|
dnl platform: udp and rtsp (ugly but minimally invasive)
|
||||||
dnl FIXME: maybe move to sys
|
dnl FIXME: maybe move to sys
|
||||||
|
Loading…
x
Reference in New Issue
Block a user