summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2013-05-30 07:14:29 (GMT)
committerNed Deily <nad@acm.org>2013-05-30 07:14:29 (GMT)
commit8e60f6ebfb4e61971ea2abfc74f1dd0668a73144 (patch)
tree09d0c8b6fafe16161e988ae2fe9dba52ead660f6 /configure
parent2c4810efa2421c1a3e0042888b71193a917b39c5 (diff)
downloadcpython-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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index dc0dfd0..644e76c 100755
--- a/configure
+++ b/configure
@@ -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]\..*)