GNOME Bugzilla – Bug 775975
builder/libidemm: typo in autotools condition when checking for installed gtkmm
Last modified: 2016-12-12 10:58:40 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.
LGTM, thanks! Attachment 341806 [details] pushed as f04a8fe - libidemm: fix autotools check for gtkmm