GNOME Bugzilla – Bug 592932
Remove redundant version checks.
Last modified: 2010-04-07 06:24:53 UTC
Created attachment 141580 [details] [review] Patch against b62af064e848915c432529332dd0b7e23730a7c8 removing the redundant checks. configure.ac requires glib >= 2.18.0 and gtk >= 2.14.0. However, there are still checks in the code testing for earlier versions. Since the code doesn't declare itself compatible with these earlier versions, the checks can be removed.
nice catch. commited http://git.gnome.org/cgit/xchat-gnome/commit/?id=f725dac607f25b8f08e0abb2faaadd3fe878ef4f
Whoops; that patch deleted the wrong lines. The two patches in one file to be attached momentarily revert that one and delete the correct (pre-2.4.0) lines.
Created attachment 157010 [details] [review] Patch removing the *correct* redundant checks.
*** Bug 614828 has been marked as a duplicate of this bug. ***
Review of attachment 157010 [details] [review]: committed with minor modifications. We require gtk 2.14 and above to build xg.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.