Changeset cca8b3 in git


Ignore:
Timestamp:
Dec 10, 2012, 11:00:34 AM (11 years ago)
Author:
Alexander Dreyer <adreyer@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
9d0560c933732271c507b414b60bacd83f9b5e29
Parents:
fabb38f32d9ea08fa7e3ff4bf33e0ec7fbf4ab73
git-author:
Alexander Dreyer <adreyer@gmx.de>2012-12-10 11:00:34+01:00
git-committer:
Alexander Dreyer <adreyer@gmx.de>2012-12-10 17:46:50+01:00
Message:
Change default of --with-python to yes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    rfabb38 rcca8b3  
    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.