1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-24 08:43:27 +00:00

Build on solaris.

This commit is contained in:
Josh Elsasser 2007-07-19 00:21:26 +00:00
parent 0939d13a72
commit c10e7c3288

View file

@ -147,6 +147,9 @@ EOF
fi
;;
*solaris*)
LIBS="$LIBS -lsocket -lnsl"
;;
esac
AM_CONDITIONAL([HAVE_BEOS],[test "x$beos" = "xyes"])