summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
;;
*)
;;