GNOME Bugzilla – Bug 619440
m4/python.m4: erroneous use of test
Last modified: 2010-05-24 12:24:58 UTC
checking for libraries required to embed python... test: 11036: x: unexpected operator test: 11040: x: unexpected operator no configure: error: could not find Python lib This is because AM_CHECK_PYTHON_LIBS does if test "x$PYTHON_LIBS" == x; then instead of using a single = sign.
Created attachment 161802 [details] [review] Fixed AM_CHECK_PYTHON_LIBS usage of test
Thanks for the report and patch. I've applied the patch to git master.