Changeset 6e9f7b in git


Ignore:
Timestamp:
Mar 26, 2020, 1:37:01 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
9bed75c35c6440a1b1e59d373fffe21b31bff389
Parents:
396fd5153d1fe81e12f0b41fc72717aa2d3012d2
Message:
confi: missing python libs is not an error
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/ax_python_devel.m4

    r396fd51 r6e9f7b  
    306306
    307307        if test ! "x$pythonexists" = "xyes"; then
    308            AC_MSG_FAILURE([
     308           AC_MSG_NOTICE([
    309309  Could not link test program to Python. Maybe the main Python library has been
    310310  installed in some non-standard library path. If so, pass it to configure,
    311311  via the LDFLAGS environment variable.
    312312  Example: ./configure LDFLAGS="-L/usr/non-standard-path/python/lib"
    313   ============================================================================
    314    ERROR!
    315    You probably have to install the development version of the Python package
    316    for your distribution.  The exact name of this package varies among them.
    317   ============================================================================
    318313           ])
    319314          PYTHON_VERSION=""
Note: See TracChangeset for help on using the changeset viewer.