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 707452 - Configure script has incorrect --disable-man-pages option
Configure script has incorrect --disable-man-pages option
Status: RESOLVED FIXED
Product: libsecret
Classification: Other
Component: General
unspecified
Other Linux
: Normal trivial
: ---
Assigned To: libsecret maintainer(s)
libsecret maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-09-04 12:07 UTC by Ikey Doherty
Modified: 2013-09-23 18:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
autotools: Fix the manpages flag in configure.ac (962 bytes, patch)
2013-09-04 12:07 UTC, Ikey Doherty
committed Details | Review

Description Ikey Doherty 2013-09-04 12:07:10 UTC
Created attachment 254061 [details] [review]
autotools: Fix the manpages flag in configure.ac

Running ./configure --disable-man-pages is invalid, despite being
reported as valid by the configure script. The actual flag should
be --disable-manpages

Patch is attached to resolve this (admittedly trivial) issue.
Comment 1 Stef Walter 2013-09-23 18:43:07 UTC
Attachment 254061 [details] pushed as 43997c1 - autotools: Fix the manpages flag in configure.ac