[xiph-cvs] cvs commit: libshout configure.in shout.m4
Jack Moffitt
jack at xiph.org
Mon Oct 29 08:02:13 PST 2001
jack 01/10/29 08:02:13
Modified: . configure.in shout.m4
Log:
Fix for x86 Solaris.
Revision Changes Path
1.3 +2 -2 libshout/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/libshout/configure.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- configure.in 2001/10/20 21:33:45 1.2
+++ configure.in 2001/10/29 16:02:13 1.3
@@ -15,7 +15,7 @@
CFLAGS="-O2 -w -signed"
PROFILE="-p -g3 -O2 -signed"
;;
- sparc-sun-solaris*)
+ *-sun-solaris*)
DEBUG="-v -g"
CFLAGS="-xO4 -fast -w -fsimple -native -xcg92"
PROFILE="-v -xpg -g -xO4 -fast -native -fsimple -xcg92 -Dsuncc"
@@ -33,7 +33,7 @@
CFLAGS="-Wall -W -O20 -ffast-math -fsigned-char -D_REENTRANT"
PROFILE="-Wall -W -pg -g -O20 -ffast-math -fsigned-char -D_REENTRANT"
;;
- sparc-sun-*)
+ *-sun-*)
DEBUG="-g -Wall -fsigned-char -mv8"
CFLAGS="-O20 -ffast-math -fsigned-char -mv8"
PROFILE="-pg -g -O20 -fsigned-char -mv8"
1.4 +1 -1 libshout/shout.m4
Index: shout.m4
===================================================================
RCS file: /usr/local/cvsroot/libshout/shout.m4,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- shout.m4 2001/10/21 14:32:43 1.3
+++ shout.m4 2001/10/29 16:02:13 1.4
@@ -25,7 +25,7 @@
SHOUT_LIBS="$SHOUT_LIBS -lshout"
case $host in
- sparc-sun-*)
+ *-*-solaris*)
SHOUT_LIBS="$SHOUT_LIBS -lnsl -lsocket -lresolv"
esac
--- >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