mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-06-30 22:18:19 -04:00
Fix for x86 Solaris.
svn path=/trunk/m4/; revision=2275
This commit is contained in:
parent
67bca910f2
commit
3eac17e81e
@ -25,7 +25,7 @@ AC_ARG_ENABLE(shouttest, [ --disable-shouttest Do not try to compile and
|
|||||||
SHOUT_LIBS="$SHOUT_LIBS -lshout"
|
SHOUT_LIBS="$SHOUT_LIBS -lshout"
|
||||||
|
|
||||||
case $host in
|
case $host in
|
||||||
sparc-sun-*)
|
*-*-solaris*)
|
||||||
SHOUT_LIBS="$SHOUT_LIBS -lnsl -lsocket -lresolv"
|
SHOUT_LIBS="$SHOUT_LIBS -lnsl -lsocket -lresolv"
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user