Changes between Initial Version and Version 2 of Ticket #141


Ignore:
Timestamp:
Dec 22, 2007, 1:33:09 AM (16 years ago)
Author:
mloskot
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #141

    • Property Severity UnassignedSignificant
    • Property Priority 5major
    • Property Version 3.0.0svn-trunk
    • Property Milestone imported3.0.0
    • Property Resolution nonefixed
  • Ticket #141 – Description

    initial v2  
     1Problem in 3.0.0rc4 and SVN trunk:
    12{{{
    2 Problem in 3.0.0rc4 and SVN trunk:
     3./configure
     4}}}
     5and even
     6{{{
     7./configure --disable-python
     8}}}
     9are searching for Python. This results in a failing configure:
    310
    4 "./configure" and even
    5 "./configure --disable-python"
    6 are searching for Python. This results in a failing configure:
    7 error: no suitable Python interpreter found
    8 on systems without python installed.
     11{{{
     12error: no suitable Python interpreter found on systems without python installed.
     13}}}
    914
    10 The bug seems to be caused by
    11 AM_PATH_PYTHON
    12 added to configure.in with r1956
     15The bug seems to be caused by ''AM_PATH_PYTHON'' added to configure.in with r1956.
    1316
    14 Might be the wrong position
    15 }}}
     17Might be the wrong position.