Fix linking failures on Solaris. Fixes bug #568481.
authorBrian Cameron <brian.cameron@sun.com>
Fri, 23 Jan 2009 08:54:53 +0000 (09:54 +0100)
committerSebastian Dröge <slomo@circular-chaos.org>
Fri, 23 Jan 2009 08:54:53 +0000 (09:54 +0100)
commit0bf1bd0db059b5e2e51e9293cea72cfb557ac567
tree8781250ae44aece3355c18aa494551d17f2659ad
parent1d3c1380bf1762ef80530e75971d804950ab1482
Fix linking failures on Solaris. Fixes bug #568481.

Link libgstreamer with $(LIBM) as it uses math functions.

Add a configure check for socket and nsl library and add
them to LIBS if they're found. This is needed on Solaris
for socket() and gethostbyname().
configure.ac
gst/Makefile.am