1 --- misc/Python-2.6.1/configure 2010-05-06 20:24:36.000000000 +0200
2 +++ misc/build/Python-2.6.1/configure 2010-05-06 20:25:17.000000000 +0200
4 if test "${enable_universalsdk}"; then
5 UNIVERSAL_ARCH_FLAGS=""
6 if test "$UNIVERSAL_ARCHS" = "32-bit" ; then
7 - UNIVERSAL_ARCH_FLAGS="-arch ppc -arch i386"
8 + UNIVERSAL_ARCH_FLAGS="-arch ppc"
11 elif test "$UNIVERSAL_ARCHS" = "64-bit" ; then