# HG changeset patch # User nplourde # Date 1126450969 0 # Node ID 4ca10b94b62983391b7ae183d300359f3d13ef8e # Parent f0f4403812a097be88d00e6c267a0983fc9089da only make the check for osx api if system is darwin diff -r f0f4403812a0 -r 4ca10b94b629 configure --- 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