GNOME Bugzilla – Bug 767766
CUPS 2.X detected incorrectly by configure
Last modified: 2016-06-17 12:48:26 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.
Review of attachment 329921 [details] [review]: Thank you for the patch. I've pushed it into master and 3.20 branches.