[MPlayer-cvslog] r23361 - trunk/configure

diego subversion at mplayerhq.hu
Mon May 21 08:54:06 CEST 2007


Author: diego
Date: Mon May 21 08:54:06 2007
New Revision: 23361

Log:
Add "uclinux" as an accepted system type in the linux() test.
patch by Mike Frysinger, vapier.adi gmail com


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Mon May 21 08:54:06 2007
@@ -97,7 +97,7 @@ die () {
 issystem() {
   test "`echo $system_name | tr A-Z a-z`" = "`echo $1 | tr A-Z a-z`"
 }
-linux()   { issystem "Linux"   ; return "$?" ; }
+linux()   { issystem "Linux" || issystem "uClinux" ; return "$?" ; }
 sunos()   { issystem "SunOS"   ; return "$?" ; }
 hpux()    { issystem "HP-UX"   ; return "$?" ; }
 irix()    { issystem "IRIX"    ; return "$?" ; }



More information about the MPlayer-cvslog mailing list