> This code looks suspicious:
> 
>             if test ${cur_target} '>' 10.2; then
>                     cur_target=10.3
>             fi
> 
> If I comment it out configure succeeds.  This code dates from r65061

No, it dates from r45800:

r45800 | ronald.oussoren | 2006-04-29 13:31:35 +0200 (Sa, 29. Apr 2006)
| 2 lines

Patch 1471883: --enable-universalsdk on Mac OS X

I think the intention is that the binaries built work on OSX 10.3 and
later, hence OSX_DEPLOYMENT_TARGET is set to 10.3.

Regards,
Martin
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to