summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2015-03-27 20:08:17 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2015-03-27 20:08:17 -0400
commit0a47fc0cbbcc6e023a77bbafef96fa3b1c42cf0b (patch)
tree0c8b1c617c2ab40412f011ef96c3cf622875bd60
parent019ff35266aed4a1e8dd89109ed9532872f0034d (diff)
downloadlibnice-0a47fc0cbbcc6e023a77bbafef96fa3b1c42cf0b.tar.gz
configure: On Solaris, library is libnsl, not libnls
https://bugs.freedesktop.org/show_bug.cgi?id=73042
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 96c92de..1177209 100644
--- a/configure.ac
+++ b/configure.ac
@@ -335,7 +335,7 @@ AM_CONDITIONAL(GST_PLUGIN_BUILD_STATIC, test "x$enable_static_plugins" = "xyes")
case $host_os in
solaris*)
- LDFLAGS="$LDFLAGS -lsocket -lnls"
+ LDFLAGS="$LDFLAGS -lsocket -lnsl"
;;
*)
;;