GNOME Bugzilla – Bug 583281
Unportable test(1) construct in configure script
Last modified: 2009-05-21 16:55:50 UTC
The configure script uses the unportable bash "==" comparison operator for test(1). It is not supported by most other shells or even test(1) from GNU coreutils. Please use "=" instead. I'll attach a patch against configure and leave the patch against configure.{in.ac} as an example for the reader ;)
Created attachment 134992 [details] [review] configure patch
Created attachment 135082 [details] [review] Patch against configure.in so it can be applied directly.
Committed. Thanks. commit 6eda8ecc06e4e114e5ebe8b8817e57363aad5287 Author: Thomas Klausner <wiz@danbala.tuwien.ac.at> Date: Thu May 21 12:53:08 2009 -0400 Bug 583281 – Unportable test(1) construct in configure script Change == tests to = tests