[xiph-cvs] cvs commit: icecast configure.in

Jack Moffitt jack at xiph.org
Mon Oct 29 06:55:09 PST 2001



jack        01/10/29 06:55:09

  Modified:    .        configure.in
  Log:
  Fix SUN_LIBS to apply to x86 Solaris boxen.  Who knew someone
  actually used x86 Solaris :)

Revision  Changes    Path
1.9       +2 -2      icecast/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/icecast/configure.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- configure.in	2001/10/21 16:13:01	1.8
+++ configure.in	2001/10/29 14:55:08	1.9
@@ -18,7 +18,7 @@
                 CFLAGS="-O2 -w -signed -D_REENTRANT"
                 PROFILE="-p -g3 -O2 -signed -D_REENTRANT"
                 ;;
-        sparc-sun-solaris*)
+        *-sun-solaris*)
                 DEBUG="-v -g -D_REENTRANT"
                 CFLAGS="-xO4 -fast -w -fsimple -native -xcg92 -D_REENTRANT"
                 PROFILE="-v -xpg -g -xO4 -fast -native -fsimple -xcg92 -Dsuncc -D_REENTRANT"
@@ -37,7 +37,7 @@
                 CFLAGS="-O20 -ffast-math -fsigned-char -D_REENTRANT -D_GNU_SOURCE"
                 PROFILE="-Wall -W -pg -g -O20 -ffast-math -fsigned-char -D_REENTRANT -D_GNU_SOURCE"
                 ;;
-        sparc-sun-*)
+        *-sun-*)
                 DEBUG="-g -Wall -fsigned-char -mv8 -D_REENTRANT"
                 CFLAGS="-O20 -ffast-math -fsigned-char -mv8 -D_REENTRANT"
                 PROFILE="-pg -g -O20 -fsigned-char -mv8 -D_REENTRANT" 

--- >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