Changeset 7b9d49 in git


Ignore:
Timestamp:
Dec 11, 2012, 12:46:58 AM (10 years ago)
Author:
Alexander Dreyer <adreyer@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
e87d402bae109180bda725e0a4c4109f00d3b01b
Parents:
4fc65f578efe8ed6ffba2e71b0c5a7ed47cff389
Message:
Fix nonexisting or old python won't break build
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r4fc65f r7b9d49  
    6363
    6464AX_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 )
     65AX_PYTHON_WITH_VERSION([2.4])
    7366
    74 AX_PYTHON_VERSION_ENSURE([2.4])
    75 AX_PYTHON_LSPEC()
    76 AX_PYTHON_CSPEC()
    7767
    7868AC_FUNC_ERROR_AT_LINE
Note: See TracChangeset for help on using the changeset viewer.