[xiph-cvs] cvs commit: libshout shout.m4
Jack Moffitt
jack at xiph.org
Sat Oct 20 15:10:11 PDT 2001
jack 01/10/20 15:10:10
Modified: . shout.m4
Log:
Update shout.m4 to fix test for Solaris. This change has already been
propagated to ices.
Revision Changes Path
1.2 +5 -1 libshout/shout.m4
Index: shout.m4
===================================================================
RCS file: /usr/local/cvsroot/libshout/shout.m4,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- shout.m4 2001/09/10 02:24:40 1.1
+++ shout.m4 2001/10/20 22:10:10 1.2
@@ -24,9 +24,13 @@
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"
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list