Changeset cca8b3 in git
- Timestamp:
- Dec 10, 2012, 11:00:34 AM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'cdfcdb8287f66bc6070028082cbbc6eff10e609b')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
rfabb38 rcca8b3 62 62 LB_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)])) 63 63 64 AX_PYTHON_ENABLE() 65 AX_PYTHON_WITH() 66 AX_PYTHON_VERSION_ENSURE( [2.4] ) 67 AX_PYTHON_DEVEL([>= 2.4]) 64 AX_PYTHON_DEFAULT() 65 AC_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 74 AX_PYTHON_VERSION_ENSURE([2.4]) 68 75 AX_PYTHON_LSPEC() 69 76 AX_PYTHON_CSPEC()
Note: See TracChangeset
for help on using the changeset viewer.