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 695957 - Don't check only python2-config ; also check python-2.X-config
Don't check only python2-config ; also check python-2.X-config
Status: RESOLVED FIXED
Product: libpeas
Classification: Platform
Component: python
git master
Other Linux
: Normal normal
: ---
Assigned To: libpeas-maint
libpeas-maint
Depends on:
Blocks:
 
 
Reported: 2013-03-16 09:48 UTC by Thomas Bechtold
Modified: 2013-03-16 11:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Allow python2.X-config binaries (939 bytes, patch)
2013-03-16 09:48 UTC, Thomas Bechtold
none Details | Review

Description Thomas Bechtold 2013-03-16 09:48:29 UTC
Created attachment 239020 [details] [review]
Allow python2.X-config binaries

To build libpeas on Debian with python2, we have to check for python2.X-config and not only for python2-config. python2-config is not available on Debian.
Attached is a patch which replaces AC_PATH_TOOL with AC_PATH_PROGS.