GNOME Bugzilla – Bug 556130
bogus override of python includes in configure.ac
Last modified: 2009-01-28 00:14:58 UTC
Hi, PYTHON_INCLUDES="-I${py_prefix}/include/python${PYTHON_VERSION}" is incorrect (doesn't honor $PYTHON-config as in m4/python.m4) and overwrites tje correct PYTHON_INCLUDES which is already set by AM_CHECK_PYTHON_HEADERS. It breaks the build with python2.5-dbg in Ubuntu. Will attach a patch to simply drop this line. Bye,
Created attachment 120498 [details] [review] Don't override PYTHON_INCLUDES, it's already set by AM_CHECK_PYTHON_HEADERS
Any objection to commit this if it still applies?
No objections.
I committed this in both trunk and 2.14 branch (not yet released). Thanks Loïc