[MPlayer-cvslog] r20865 - trunk/configure

diego subversion at mplayerhq.hu
Sun Nov 12 17:34:34 CET 2006


Author: diego
Date: Sun Nov 12 17:34:33 2006
New Revision: 20865

Modified:
   trunk/configure

Log:
Mac OS X Server support


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Sun Nov 12 17:34:33 2006
@@ -3545,7 +3545,8 @@
 echocheck "Mac OS X APIs"
 if test "$_macosx" = auto ; then
     productName=`/usr/bin/sw_vers -productName`
-    if test "$productName" = "Mac OS X" ; then
+    if test "$productName" = "Mac OS X" ||
+       test "$productName" = "Mac OS X Server" ; then
         _macosx=yes
     else
 	_macosx=no



More information about the MPlayer-cvslog mailing list