[Xfce4-commits] r29165 - xfce4-mixer/branches/xfce_4_4

Danny Milosavljevic dannym at xfce.org
Sun Jan 11 17:55:19 CET 2009


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




More information about the Xfce4-commits mailing list