projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a85ce0
)
Fix linking on Solaris. Fixes bug #568809.
author
Brian Cameron
<brian.cameron@sun.com>
Fri, 23 Jan 2009 09:04:39 +0000
(10:04 +0100)
committer
Sebastian Dröge
<slomo@circular-chaos.org>
Fri, 23 Jan 2009 09:04:39 +0000
(10:04 +0100)
Check for the socket library which is needed
for socket() on Solaris.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 6b9d85e5ed2e0b3e6cfed73c0e554d484685952d..0f11fb36e7f2d85e6982588890939dd9d0a959d8 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-318,6
+318,9
@@
AG_GST_CHECK_PLUGIN(videomixer)
AG_GST_CHECK_PLUGIN(wavenc)
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 platform: udp and rtsp (ugly but minimally invasive)
dnl FIXME: maybe move to sys