Opened 17 years ago

Last modified 15 years ago

#141 closed defect (fixed)

./configure --disable-python fails on pythonless systems

Reported by: frank.koormann@… Owned by: strk@…
Priority: major Milestone:
Component: Build scripts Version: main
Severity: Significant Keywords: imported, phpbugtracker
Cc:

Description (last modified by mloskot)

Problem in 3.0.0rc4 and SVN trunk:

./configure

and even

./configure --disable-python

are searching for Python. This results in a failing configure:

error: no suitable Python interpreter found on systems
 without python installed.

The bug seems to be caused by AM_PATH_PYTHON added to configure.in with r1956.

Might be the wrong position.

Change History (4)

comment:1 by frank.koormann@…, 17 years ago

Resolution: nonefixed
Tried with SVN 1975: ./configure runs correctly!

comment:2 by mloskot, 16 years ago

Description: modified (diff)
Milestone: imported3.0.0
Priority: 5major
Severity: UnassignedSignificant
Version: 3.0.0svn-trunk

comment:3 by mloskot, 16 years ago

Description: modified (diff)

comment:4 by (none), 15 years ago

Milestone: 3.0.0

Milestone 3.0.0 deleted

Note: See TracTickets for help on using tickets.