Changeset 7b9d49 in git
- Timestamp:
- Dec 11, 2012, 12:46:58 AM (10 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- e87d402bae109180bda725e0a4c4109f00d3b01b
- Parents:
- 4fc65f578efe8ed6ffba2e71b0c5a7ed47cff389
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r4fc65f r7b9d49 63 63 64 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 ) 65 AX_PYTHON_WITH_VERSION([2.4]) 73 66 74 AX_PYTHON_VERSION_ENSURE([2.4])75 AX_PYTHON_LSPEC()76 AX_PYTHON_CSPEC()77 67 78 68 AC_FUNC_ERROR_AT_LINE
Note: See TracChangeset
for help on using the changeset viewer.