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 775975 - builder/libidemm: typo in autotools condition when checking for installed gtkmm
builder/libidemm: typo in autotools condition when checking for installed gtkmm
Status: RESOLVED FIXED
Product: gnome-builder
Classification: Other
Component: general
Flatpak Nightly Channel
Other Linux
: Normal normal
: ---
Assigned To: GNOME Builder Maintainers
GNOME Builder Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-12-12 10:52 UTC by Felix Schwarz
Modified: 2016-12-12 10:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
libidemm: fix autotools check for gtkmm (670 bytes, patch)
2016-12-12 10:52 UTC, Felix Schwarz
committed Details | Review

Description Felix Schwarz 2016-12-12 10:52:59 UTC
Created attachment 341806 [details] [review]
libidemm: fix autotools check for gtkmm

With the latest git (f086cb81) I get the following error when running
  ./autogen.sh --enable-tracing --enable-debug --enable-hello-cpp-plugin

...
checking for thread-safe support in libgit2... yes
checking for SSH support in libgit2... yes
configure: error: --enable-hello-cpp-plugin requires --enable-idemm=yes

This is because I did not have gtkmm-devel installed on my system.

This was not caught earlier because the autotools condition in libidemm/configure.ac contains a typo (variable "have_idemm" instead of "have_gtkmm"). The attached patch fixes it.
Comment 1 Christian Hergert 2016-12-12 10:58:35 UTC
LGTM, thanks!

Attachment 341806 [details] pushed as f04a8fe - libidemm: fix autotools check for gtkmm