summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authornplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-11 15:02:49 +0000
committernplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-11 15:02:49 +0000
commit0e5dd90bf29b8cb2a965eb18c5d692ecf8243815 (patch)
tree78e71fb689418a0fe3a8127211af6ae75e829a48 /configure
parented3d28817cc02ced4e5ebc303ef00532a2085fda (diff)
downloadmpv-0e5dd90bf29b8cb2a965eb18c5d692ecf8243815.tar.bz2
mpv-0e5dd90bf29b8cb2a965eb18c5d692ecf8243815.tar.xz
only make the check for osx api if system is darwin
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16456 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 39bb70f874..826b1ec083 100755
--- a/configure
+++ b/configure
@@ -3263,7 +3263,7 @@ echores "$_sys_sysinfo"
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