GNOME Bugzilla – Bug 583910
Unportable test(1) construct in configure script
Last modified: 2009-05-26 16:42:09 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.
*** This bug has been marked as a duplicate of 583911 ***