Author: dannym
Date: 2009-01-11 16:55:19 +0000 (Sun, 11 Jan 2009)
New Revision: 29165

Modified:
   xfce4-mixer/branches/xfce_4_4/configure.in.in
Log:
fix bug# 3253 (IRIX64 should not use OSS but SGI).

Modified: xfce4-mixer/branches/xfce_4_4/configure.in.in
===================================================================
--- xfce4-mixer/branches/xfce_4_4/configure.in.in       2009-01-11 16:53:03 UTC 
(rev 29164)
+++ xfce4-mixer/branches/xfce_4_4/configure.in.in       2009-01-11 16:55:19 UTC 
(rev 29165)
@@ -33,7 +33,7 @@
 
 if test x"$with_sound" != x"alsa" -a x"$with_sound" != x"oss" -a 
x"$with_sound" != x"sun" -a x"$with_sound" != x"sgi"; then
   if test x`uname -s` != x"SunOS"; then
-    if test x`uname -s` != x"IRIX"; then
+    if test x`uname -s` != x"IRIX" -a x`uname -s` != x"IRIX64"; then
       with_sound=oss
     else
       with_sound=sgi

_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to