[MPlayer-cvslog] CVS: main configure,1.1059,1.1060

Nicolas Plourde CVS syncmail at mplayerhq.hu
Sun Sep 11 17:02:51 CEST 2005


CVS change done by Nicolas Plourde CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv1707

Modified Files:
	configure 
Log Message:
only make the check for osx api if system is darwin

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1059
retrieving revision 1.1060
diff -u -r1.1059 -r1.1060
--- configure	11 Sep 2005 14:50:33 -0000	1.1059
+++ configure	11 Sep 2005 15:02:49 -0000	1.1060
@@ -3263,7 +3263,7 @@
 
 
 echocheck "Mac OS X APIs"
-if test "$_macosx" = auto ; then
+if test "$_macosx" = auto && darwin ; then
     productName=`/usr/bin/sw_vers -productName`
     if test "$productName" = "Mac OS X" ; then
         _macosx=yes




More information about the MPlayer-cvslog mailing list