changeset 16455:4ca10b94b629

only make the check for osx api if system is darwin
author nplourde
date Sun, 11 Sep 2005 15:02:49 +0000
parents f0f4403812a0
children 34eb986b7e4a
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Sep 11 14:50:33 2005 +0000
+++ b/configure	Sun Sep 11 15:02:49 2005 +0000
@@ -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