mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-11-03 04:17:17 -05:00
Update shout.m4 to fix test for Solaris. This change has already been
propagated to ices. svn path=/trunk/m4/; revision=2216
This commit is contained in:
parent
2223ecb8c5
commit
e88030527c
@ -24,10 +24,14 @@ 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
|
||||||
|
sparc-sun-*)
|
||||||
|
SHOUT_LIBS="$SHOUT_LIBS -lnsl -lsocket -lresolv"
|
||||||
|
esac
|
||||||
|
|
||||||
AC_MSG_CHECKING(for Shout)
|
AC_MSG_CHECKING(for Shout)
|
||||||
no_shout=""
|
no_shout=""
|
||||||
|
|
||||||
|
|
||||||
if test "x$enable_shouttest" = "xyes" ; then
|
if test "x$enable_shouttest" = "xyes" ; then
|
||||||
ac_save_CFLAGS="$CFLAGS"
|
ac_save_CFLAGS="$CFLAGS"
|
||||||
ac_save_LIBS="$LIBS"
|
ac_save_LIBS="$LIBS"
|
||||||
|
Loading…
Reference in New Issue
Block a user