Opened 12 years ago

Closed 12 years ago

#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 (1)

comment:1 by Even Rouault, 12 years ago

Milestone: 2.0.0
Resolution: fixed
Status: newclosed

A lot of old unused stuff, like that one, has been removed recently in m4/ax_include.m4, so this is obsolete.

Note: See TracTickets for help on using tickets.