Ticket #4544 (closed defect: fixed)
Python is searched for in the wrong place on 64 bit architectures other than Intel's
| Reported by: | volter | Owned by: | warmerdam |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.10.0 |
| Component: | ConfigBuild | Version: | svn-trunk |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The configure script has:
ARCH=uname -i 2>/dev/null PYLIB=lib if test "$ARCH" = "x86_64" ; then
PYLIB=lib64
fi
This test will fail on other 64 bit architectures than Intel's.
Change History
Note: See
TracTickets for help on using
tickets.
