After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 619440 - m4/python.m4: erroneous use of test
m4/python.m4: erroneous use of test
Status: RESOLVED FIXED
Product: nautilus-python
Classification: Other
Component: general
Git Master
Other Linux
: Normal normal
: ---
Assigned To: Adam Plumb
Adam Plumb
Depends on:
Blocks:
 
 
Reported: 2010-05-23 14:40 UTC by Frederic Peters
Modified: 2010-05-24 12:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fixed AM_CHECK_PYTHON_LIBS usage of test (744 bytes, patch)
2010-05-23 14:41 UTC, Frederic Peters
none Details | Review

Description Frederic Peters 2010-05-23 14:40:22 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.
Comment 1 Frederic Peters 2010-05-23 14:41:32 UTC
Created attachment 161802 [details] [review]
Fixed AM_CHECK_PYTHON_LIBS usage of test
Comment 2 Adam Plumb 2010-05-24 12:24:58 UTC
Thanks for the report and patch.  I've applied the patch to git master.