GNOME Bugzilla – Bug 310787
configure does not check environment for PYTHON
Last modified: 2006-01-05 16:54:07 UTC
Distribution/Version: YDL-4.0.1 When searching for python, configure should first check the environment to see if PYTHON has been set, before checking the file system in the usual places. Take a look at the configure file for gnome-menus-2.11.1.1 for an example of how to resolve this issue.
Using the configuration flag --with-python="path-to-python-installation" will cause configure to set pythondir = PYTHON_SITE_PACKAGES rather than pythondir = $(libdir)/python${PYTHON_VERSION}/site-packages -Joseph