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 689046 - configure.ac: if [list]; then construct: [list] is to be executed
configure.ac: if [list]; then construct: [list] is to be executed
Status: RESOLVED FIXED
Product: libgnome-keyring
Classification: Core
Component: General
git master
Other Linux
: Normal normal
: ---
Assigned To: GNOME keyring maintainer(s)
GNOME keyring maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2012-11-25 20:27 UTC by Dominique Leuenberger
Modified: 2019-02-22 11:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix the 'if' invocation in configure (763 bytes, patch)
2012-11-25 20:28 UTC, Dominique Leuenberger
none Details | Review

Description Dominique Leuenberger 2012-11-25 20:27:40 UTC
current variant of configure gives an error:

[  127s] checking pkg-config is at least version 0.9.0... yes
[  127s] checking for vapigen... yes
[  127s] ./configure: line 14990: : command not found
[  127s] checking for struct cmsgcred... no
[  127s] checking for getpeerucred... no
[  127s] checking for getpeereid... no


=> issue in configure.ac
Patch to fix it will be attached
Comment 1 Dominique Leuenberger 2012-11-25 20:28:13 UTC
Created attachment 229834 [details] [review]
Fix the 'if' invocation in configure