GNOME Bugzilla – Bug 740953
configure.ac: unportable test(1) comparison operator
Last modified: 2014-12-12 20:25:47 UTC
Created attachment 291866 [details] [review] Patch addressing the issue. configure.ac uses the test(1) '==' comparison operator, which is only supported by bash's test(1), not even by the one coming with GNU coreutils. Please use '=' instead.
Thanks for the patch, but please attach patches in the future in "git format-patch" format :) commit 655e6926bfbff216204fed2c33f0da2aeb89a942 Author: Thomas Klausner <wiz@danbala.tuwien.ac.at> Date: Mon Dec 1 09:48:41 2014 +0100 configure: Do comparisons in a portable way with = instead of == https://bugzilla.gnome.org/show_bug.cgi?id=740953
Cherry-picked into 1.4 branch.