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 767766 - CUPS 2.X detected incorrectly by configure
CUPS 2.X detected incorrectly by configure
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Printing
3.18.x
Other Mac OS
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2016-06-16 23:02 UTC by Misty De Meo
Modified: 2016-06-17 12:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix detection of CUPS 2.x (777 bytes, patch)
2016-06-16 23:02 UTC, Misty De Meo
committed Details | Review

Description Misty De Meo 2016-06-16 23:02:33 UTC
Created attachment 329921 [details] [review]
Fix detection of CUPS 2.x

CUPS 2.x is detected incorrectly by GTK+3's configure script.

It looks like there's a typo in the `test` command in the configure script; the first occurrence fails on `-gt 1` instead of `-lt 1` when trying to bail out on CUPS older than 1.x.

I've attached a patch which fixes this.
Comment 1 Marek Kašík 2016-06-17 12:48:07 UTC
Review of attachment 329921 [details] [review]:

Thank you for the patch. I've pushed it into master and 3.20 branches.