1 #################################################
2 # Check if the user wants Python
4 # At the moment, you can use this to set which Python binary to link
5 # against. (Libraries built for Python2.2 can't be used by 2.1,
6 # though they can coexist in different directories.) In the future
7 # this might make the Python stuff be built by default.
9 # Defaulting python breaks the clean target if python isn't installed
14 [ --with-python=PYTHONNAME build Python libraries],
15 [ case "${withval-python}" in
18 EXTRA_ALL_TARGETS="$EXTRA_ALL_TARGETS python_ext"
24 PYTHON=${withval-python}