1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2025-02-02 15:07:36 -05:00

Fix for x86 Solaris.

svn path=/trunk/m4/; revision=2275
This commit is contained in:
Jack Moffitt 2001-10-29 16:02:13 +00:00
parent 67bca910f2
commit 3eac17e81e

View File

@ -25,7 +25,7 @@ AC_ARG_ENABLE(shouttest, [ --disable-shouttest Do not try to compile and
SHOUT_LIBS="$SHOUT_LIBS -lshout"
case $host in
sparc-sun-*)
*-*-solaris*)
SHOUT_LIBS="$SHOUT_LIBS -lnsl -lsocket -lresolv"
esac