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 682888 - configure should return a failure if valac is not present
configure should return a failure if valac is not present
Status: RESOLVED FIXED
Product: emerillon
Classification: Other
Component: General
git master
Other Linux
: Normal normal
: ---
Assigned To: emerillon-maint
emerillon-maint
Depends on:
Blocks:
 
 
Reported: 2012-08-28 17:41 UTC by Laurent Bigonville
Modified: 2013-03-28 19:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Return a failure if vala bindings are requested and valac is not present (683 bytes, patch)
2012-08-28 17:43 UTC, Laurent Bigonville
committed Details | Review

Description Laurent Bigonville 2012-08-28 17:41:02 UTC
Hello,

The configure should fail if valac is not present and it has not been called with --disable-vala.

Currently it only calling exit 0.
Comment 1 Laurent Bigonville 2012-08-28 17:43:45 UTC
Created attachment 222659 [details] [review]
Return a failure if vala bindings are requested and valac is not present
Comment 2 Alexandre Franke 2013-03-28 19:00:49 UTC
Attachment 222659 [details] pushed as 00466b8 - Return a failure if vala bindings are requested and valac is not present