1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-23 06:25:24 +00: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:
Jack Moffitt 2001-10-20 22:10:10 +00:00
parent 2223ecb8c5
commit e88030527c

View File

@ -24,10 +24,14 @@ AC_ARG_ENABLE(shouttest, [ --disable-shouttest Do not try to compile and
SHOUT_LIBS="$SHOUT_LIBS -lshout"
case $host in
sparc-sun-*)
SHOUT_LIBS="$SHOUT_LIBS -lnsl -lsocket -lresolv"
esac
AC_MSG_CHECKING(for Shout)
no_shout=""
if test "x$enable_shouttest" = "xyes" ; then
ac_save_CFLAGS="$CFLAGS"
ac_save_LIBS="$LIBS"