diff options
author | Ned Deily <nad@acm.org> | 2013-05-30 07:14:29 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2013-05-30 07:14:29 (GMT) |
commit | 8e60f6ebfb4e61971ea2abfc74f1dd0668a73144 (patch) | |
tree | 09d0c8b6fafe16161e988ae2fe9dba52ead660f6 /configure | |
parent | 2c4810efa2421c1a3e0042888b71193a917b39c5 (diff) | |
download | cpython-8e60f6ebfb4e61971ea2abfc74f1dd0668a73144.zip cpython-8e60f6ebfb4e61971ea2abfc74f1dd0668a73144.tar.gz cpython-8e60f6ebfb4e61971ea2abfc74f1dd0668a73144.tar.bz2 |
Issue #18098: The deprecated OS X Build Applet.app fails to build on
OS X 10.8 systems because the Apple-deprecated QuickDraw headers have
been removed from Xcode 4. Skip building it in this case.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2981,6 +2981,7 @@ fi +ARCH_RUN_32BIT="" UNIVERSAL_ARCHS="32-bit" @@ -7996,7 +7997,6 @@ case $ac_sys_system/$ac_sys_release in esac -ARCH_RUN_32BIT="" case $ac_sys_system/$ac_sys_release in Darwin/[01567]\..*) |