]> granicus.if.org Git - python/commit
Explicitly call '/usr/bin/arch' instead of just 'arch' to avoid using
authorRonald Oussoren <ronaldoussoren@mac.com>
Thu, 11 Feb 2010 13:22:03 +0000 (13:22 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Thu, 11 Feb 2010 13:22:03 +0000 (13:22 +0000)
commitd8244f5cdda1b4111bef3a831e138e7749a2bdd7
treef0270a0a4bbe5e3270ded3243028543a1fefede7
parenta3236133d9357d7c8985cb003745255d69cad465
Explicitly call '/usr/bin/arch' instead of just 'arch' to avoid using
a user-installed version of arch instead of the intended version. This is
needed because the interface of GNU arch is not quite compatible with what
the build machinery expects.

Fixes issue #7715 (backport from the trunk)
configure
configure.in