summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2006-02-23 15:12:19 +0000
committerJack Jansen <jack.jansen@cwi.nl>2006-02-23 15:12:19 +0000
commitffd3974ada4e86577a880c8828a38ff1365e85b6 (patch)
treeea48f2ff57473324b608331a3badbb16258ae19c /configure
parent7baeed4570585252cf07dd2aa7b5fdad0e52bf2c (diff)
downloadcpython-ffd3974ada4e86577a880c8828a38ff1365e85b6.tar.gz
On OSX, use --arch_only `arch` in stead of --arch_only ppc, so things will
build for the current CPU.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 9cb63768ec..aad20c811a 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 42382 .
+# From configure.in Revision: 42437 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59 for python 2.5.
#
@@ -10824,7 +10824,7 @@ esac
case $ac_sys_system/$ac_sys_release in
Darwin/[01234567].*)
- LIBTOOL_CRUFT="-framework System -lcc_dynamic -arch_only ppc"
+ LIBTOOL_CRUFT="-framework System -lcc_dynamic -arch_only `arch`"
LIBTOOL_CRUFT=$LIBTOOL_CRUFT' -install_name $(PYTHONFRAMEWORKINSTALLDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)'
LIBTOOL_CRUFT=$LIBTOOL_CRUFT' -compatibility_version $(VERSION) -current_version $(VERSION)';;
Darwin/*)
@@ -10835,7 +10835,7 @@ case $ac_sys_system/$ac_sys_release in
else
LIBTOOL_CRUFT=""
fi
- LIBTOOL_CRUFT=$LIBTOOL_CRUFT' -lSystem -lSystemStubs -arch_only ppc'
+ LIBTOOL_CRUFT=$LIBTOOL_CRUFT" -lSystem -lSystemStubs -arch_only `arch`"
LIBTOOL_CRUFT=$LIBTOOL_CRUFT' -install_name $(PYTHONFRAMEWORKINSTALLDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)'
LIBTOOL_CRUFT=$LIBTOOL_CRUFT' -compatibility_version $(VERSION) -current_version $(VERSION)';;
esac