Changeset e7cccf3 in git for configure.ac


Ignore:
Timestamp:
Dec 10, 2012, 6:12:07 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
dcf88ff0bb046d73a7bde65e033fc58cbb5f4a97
Parents:
90606248d583c5fc68e2935f8e617bf697e3814b4fc65f578efe8ed6ffba2e71b0c5a7ed47cff389
Message:
Merge pull request #224 from alexanderdreyer/spielwiese-pyobject

Spielwiese pyobject 


NOTE/TODO: make sure python is not required for building SW
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r906062 re7cccf3  
    6262LB_CHECK_FLINT(2.3,,AC_MSG_WARN([Unable to find FLINT (which is strongly recommended) on your machine: please use --with-flint=PATH_TO_DIR_CONTAINING_LIB_AND_INCLUDE (see also ./configure --help if you do not understand what we are talking about)]))
    6363
    64 AX_PYTHON_ENABLE()
    65 AX_PYTHON_WITH()
    66 AX_PYTHON_VERSION_ENSURE( [2.4] )
    67 AX_PYTHON_DEVEL([>= 2.4])
     64AX_PYTHON_DEFAULT()
     65AC_ARG_WITH(
     66            python,
     67            AS_HELP_STRING([--with-python@<:@=PYTHON@:>@],
     68                [absolute path name of Python executable]
     69            ),
     70            [AX_PYTHON_WITH()],
     71            [with_python="yes";AX_PYTHON_WITH()]
     72)
     73
     74AX_PYTHON_VERSION_ENSURE([2.4])
    6875AX_PYTHON_LSPEC()
    6976AX_PYTHON_CSPEC()
Note: See TracChangeset for help on using the changeset viewer.