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 752270 - configure script uses pkg-config without checking for it
configure script uses pkg-config without checking for it
Status: RESOLVED FIXED
Product: gnome-online-accounts
Classification: Core
Component: general
3.16.x
Other All
: Normal minor
: ---
Assigned To: GNOME Online Accounts maintainer(s)
GNOME Online Accounts maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-07-11 16:40 UTC by Thomas Klausner
Modified: 2015-07-31 12:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: Check the existence of pkg-config before using it (643 bytes, patch)
2015-07-31 12:55 UTC, Debarshi Ray
committed Details | Review

Description Thomas Klausner 2015-07-11 16:40:11 UTC
If you try building goa 3.16.3 without installing pkg-config first, you get a confusing error message:

checking whether make supports nested variables... (cached) yes
--variable: not found
configure: error: glib-compile-schemas not found.
*** Error code 1
Comment 1 Debarshi Ray 2015-07-31 12:55:12 UTC
Created attachment 308552 [details] [review]
build: Check the existence of pkg-config before using it
Comment 2 Debarshi Ray 2015-07-31 12:55:48 UTC
Comment on attachment 308552 [details] [review]
build: Check the existence of pkg-config before using it

Pushed to master.