GNOME Bugzilla – Bug 583911
Unportable test(1) construct in configure script
Last modified: 2009-06-02 20:50:20 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.
Created attachment 135389 [details] [review] Patch fixing the problem
*** Bug 583910 has been marked as a duplicate of this bug. ***
Sigh. Those always creep in. And bash conveniently accepts == without warning even if you run it in "posix mode". fixed in git. thanks.
oops, forgot to close